Disable loading of the full environment during assets:precompile

Fixes #1338
This commit is contained in:
Dan Rice 2012-11-27 14:19:45 -05:00
parent f228067e0b
commit 9e8893cfac

View file

@ -61,6 +61,9 @@ module Tracksapp
# Enable the asset pipeline
config.assets.enabled = true
# Disable loading of the full environment when precompiling assets
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'