Don't initialize on precomple

This commit is contained in:
Erik Michaels-Ober 2012-01-27 13:12:40 -08:00
parent 6caf8ef8e8
commit b70cbe5bcc
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ module AdoptAThing
# Enable the asset pipeline
config.assets.enabled = true
config.assets.initialize_on_precompile = false
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'