* precompile modern
This commit is contained in:
parent
c05c706455
commit
40de0ef04f
|
|
@ -85,6 +85,7 @@ if defined?(Bundler)
|
|||
config.assets.precompile += %w( corp/corporate.js corp/corporate.css )
|
||||
config.assets.precompile += %w( web/web.js web/web.css )
|
||||
config.assets.precompile += %w( minimal/minimal.js minimal/minimal.css )
|
||||
config.assets.precompile += %w( modern/modern.js modern/modern.css )
|
||||
|
||||
# where is rabbitmq?
|
||||
config.rabbitmq_host = "localhost"
|
||||
|
|
|
|||
Loading…
Reference in New Issue