[fix]Add mailbot.css to assets.rb

This commit is contained in:
Jimmy 2021-04-13 13:51:18 +08:00
parent e340758e6e
commit 25fc901128
3 changed files with 1 additions and 3 deletions

View file

@ -114,6 +114,5 @@ Osem::Application.configure do
end
end
config.assets.precompile += ['mailbot.css']
config.active_record.verbose_query_logs = true
end