mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 14:42:46 +08:00
DEV: Bump asset compiler versions (#17843)
This will trigger recompilation of theme/plugin assets following 7f9c2c0b
This commit is contained in:
parent
3c81683955
commit
47824bc69f
|
@ -6,7 +6,7 @@ require 'json_schemer'
|
||||||
class Theme < ActiveRecord::Base
|
class Theme < ActiveRecord::Base
|
||||||
include GlobalPath
|
include GlobalPath
|
||||||
|
|
||||||
BASE_COMPILER_VERSION = 58
|
BASE_COMPILER_VERSION = 59
|
||||||
|
|
||||||
attr_accessor :child_components
|
attr_accessor :child_components
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
Rails.application.config.assets.enabled = true
|
Rails.application.config.assets.enabled = true
|
||||||
|
|
||||||
# Version of your assets, change this if you want to expire all your assets.
|
# 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.
|
# Add additional assets to the asset load path.
|
||||||
Rails.application.config.assets.paths << "#{Rails.root}/config/locales"
|
Rails.application.config.assets.paths << "#{Rails.root}/config/locales"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user