Force precompilation of store/all.css and store/all.js

This commit is contained in:
Rohan Mitchell
2012-08-04 10:23:00 +10:00
parent b4f867924b
commit 529de72f75

View File

@@ -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