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:
Maikel Linke
2015-06-11 10:54:30 +10:00
parent 5a7231579c
commit a8b6f2942a

View File

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