From b5b35491cc4d506d083527341419eef64a415e92 Mon Sep 17 00:00:00 2001 From: Andrew Spinks Date: Sat, 7 Jul 2012 10:17:33 +1000 Subject: [PATCH] allow asset precompile to work on new heroku instance --- config/application.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/application.rb b/config/application.rb index ef57eb64a2..ad394192ae 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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