Initialize on precompile
This commit is contained in:
parent
d524215ed6
commit
ac4314f9ec
|
@ -52,7 +52,7 @@ module AdoptAThing
|
|||
|
||||
# Enable the asset pipeline
|
||||
config.assets.enabled = true
|
||||
config.assets.initialize_on_precompile = false
|
||||
config.assets.initialize_on_precompile = true
|
||||
|
||||
# Version of your assets, change this if you want to expire all your assets
|
||||
config.assets.version = '1.0'
|
||||
|
|
Loading…
Reference in New Issue