DEV: Bump asset compiler versions (#17843)

This will trigger recompilation of theme/plugin assets following 7f9c2c0b
This commit is contained in:
David Taylor 2022-08-09 12:06:15 +01:00 committed by GitHub
parent 3c81683955
commit 47824bc69f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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