mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Releasing Assets Version 1.1
The uglifier update affects only re-compiled assets. In order to replace the broken assets (e.g. #396) with re-compiled assets, we change the assets version number.
This commit is contained in:
@@ -79,7 +79,7 @@ module Openfoodnetwork
|
||||
config.assets.enabled = true
|
||||
|
||||
# Version of your assets, change this if you want to expire all your assets
|
||||
config.assets.version = '1.0'
|
||||
config.assets.version = '1.1'
|
||||
|
||||
config.sass.load_paths += [
|
||||
"#{Gem.loaded_specs['foundation-rails'].full_gem_path}/vendor/assets/stylesheets/foundation/components",
|
||||
|
||||
Reference in New Issue
Block a user