[fix]Add mailbot.css to assets.rb

This commit is contained in:
Jimmy 2021-04-13 13:51:18 +08:00 committed by CactusPuppy
parent 8ff3958685
commit 0eb0ae9547
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
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