mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Bump Theme::BASE_COMPILER_VERSION. (#15906)
In8e5b945b0f
, we reverted the commit but at the same time resulted in Theme::BASE_COMPILER_VERSION going backwards which caused problems with themes caching. This commit bumps the version to clear all the caches. Follow-up to8e5b945b0f
This commit is contained in:
parent
1fc3cf0569
commit
1d6a45d1f9
@ -152,7 +152,8 @@ class Theme < ActiveRecord::Base
|
|||||||
SvgSprite.expire_cache
|
SvgSprite.expire_cache
|
||||||
end
|
end
|
||||||
|
|
||||||
BASE_COMPILER_VERSION = 51
|
BASE_COMPILER_VERSION = 53
|
||||||
|
|
||||||
def self.compiler_version
|
def self.compiler_version
|
||||||
get_set_cache "compiler_version" do
|
get_set_cache "compiler_version" do
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
Loading…
Reference in New Issue
Block a user