From a8b6f2942a31c9218cb14cf66d6cd6fbec8fcee0 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 11 Jun 2015 10:54:30 +1000 Subject: [PATCH] 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. --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index 2d9dcd4982..ef0bf028be 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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",