forgot to put new css file in precompile list [ci skip]
This commit is contained in:
parent
3547654e6a
commit
acc62e7380
1 changed files with 2 additions and 2 deletions
|
|
@ -85,8 +85,8 @@ module Diaspora
|
||||||
|
|
||||||
# Stylesheets
|
# Stylesheets
|
||||||
config.assets.precompile += [ "blueprint.css", "bootstrap.css", "bootstrap-complete.css",
|
config.assets.precompile += [ "blueprint.css", "bootstrap.css", "bootstrap-complete.css",
|
||||||
"bootstrap-responsive.css", "default.css", "login.css", "mobile.css", "new-templates.css",
|
"bootstrap-responsive.css", "default.css", "error_pages.css", "login.css", "mobile.css",
|
||||||
"rtl.css" ]
|
"new-templates.css", "rtl.css" ]
|
||||||
|
|
||||||
# Rails Admin - these assets need to be added here since the Engine initializer
|
# Rails Admin - these assets need to be added here since the Engine initializer
|
||||||
# doesn't run with initialize_on_precompile disabled. This list is taken
|
# doesn't run with initialize_on_precompile disabled. This list is taken
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue