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