From d34e6570fc0c4f8a87920a47b5d8a6d951549a61 Mon Sep 17 00:00:00 2001 From: Andrew Spinks Date: Wed, 11 Jul 2012 20:39:49 +1000 Subject: [PATCH] trying to get asset precompilation to work on deploy --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index ad394192ae..24eea9661f 100644 --- a/config/application.rb +++ b/config/application.rb @@ -65,6 +65,6 @@ 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 + config.assets.initialize_on_precompile = true end end