allow asset precompile to work on new heroku instance

This commit is contained in:
Andrew Spinks
2012-07-07 10:17:33 +10:00
parent 1e471e5e22
commit b5b35491cc

View File

@@ -64,5 +64,7 @@ module Openfoodweb
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
config.assets.initialize_on_precompile = false
end
end