Initialize on precompile

This commit is contained in:
Erik Michaels-Ober 2012-05-22 10:47:34 -10:00
parent d524215ed6
commit ac4314f9ec
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +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 config.assets.initialize_on_precompile = true
# 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'