mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
Explicitly compile store/shop_front.js, which is used on the temp landing page in isolation from all.js
This commit is contained in:
@@ -76,6 +76,6 @@ module Openfoodweb
|
||||
config.assets.version = '1.0'
|
||||
|
||||
config.assets.initialize_on_precompile = true
|
||||
config.assets.precompile += ['store/all.css', 'store/all.js', 'admin/all.css', 'admin/*.js', 'admin/**/*.js', 'comfortable_mexican_sofa/*', 'search/all.css', 'search/*.js']
|
||||
config.assets.precompile += ['store/all.css', 'store/all.js', 'store/shop_front.js', 'admin/all.css', 'admin/*.js', 'admin/**/*.js', 'comfortable_mexican_sofa/*', 'search/all.css', 'search/*.js']
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user