Deployment stuff. Ignore capistrano. Faster precompiling.

This commit is contained in:
benni 2012-12-22 18:38:49 +01:00
parent b9138efa79
commit 344abf5a26
2 changed files with 7 additions and 1 deletions

View file

@ -58,5 +58,8 @@ module Foodsoft
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
# Do not enable database connection when precompiling assets
config.assets.initialize_on_precompile = false
end
end