From 47824bc69fafab44f418e547058a33c0d7d91555 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 9 Aug 2022 12:06:15 +0100 Subject: [PATCH] DEV: Bump asset compiler versions (#17843) This will trigger recompilation of theme/plugin assets following 7f9c2c0b --- app/models/theme.rb | 2 +- config/initializers/assets.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/theme.rb b/app/models/theme.rb index e1cc0419be7..4727426a15f 100644 --- a/app/models/theme.rb +++ b/app/models/theme.rb @@ -6,7 +6,7 @@ require 'json_schemer' class Theme < ActiveRecord::Base include GlobalPath - BASE_COMPILER_VERSION = 58 + BASE_COMPILER_VERSION = 59 attr_accessor :child_components diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb index 9e475806377..504a14de96c 100644 --- a/config/initializers/assets.rb +++ b/config/initializers/assets.rb @@ -6,7 +6,7 @@ Rails.application.config.assets.enabled = true # Version of your assets, change this if you want to expire all your assets. -Rails.application.config.assets.version = "1.2.5" +Rails.application.config.assets.version = "2" # Add additional assets to the asset load path. Rails.application.config.assets.paths << "#{Rails.root}/config/locales"