From 529de72f75c3ccb71e56b00a5249074e8778b51b Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Sat, 4 Aug 2012 10:23:00 +1000 Subject: [PATCH] Force precompilation of store/all.css and store/all.js --- config/application.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/application.rb b/config/application.rb index ad394192ae..a98808fb82 100644 --- a/config/application.rb +++ b/config/application.rb @@ -66,5 +66,6 @@ module Openfoodweb config.assets.version = '1.0' config.assets.initialize_on_precompile = false + config.assets.precompile += ['store/all.css', 'store/all.js'] end end