mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:19:10 +00:00
DEV: Bump Theme::BASE_COMPILER_VERSION. (#15906)
In 8e5b945b0ffd8ab5f5156ae52e460cef0136a551, 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 to 8e5b945b0ffd8ab5f5156ae52e460cef0136a551
This commit is contained in:
parent
1fc3cf0569
commit
1d6a45d1f9
@ -152,7 +152,8 @@ class Theme < ActiveRecord::Base
|
||||
SvgSprite.expire_cache
|
||||
end
|
||||
|
||||
BASE_COMPILER_VERSION = 51
|
||||
BASE_COMPILER_VERSION = 53
|
||||
|
||||
def self.compiler_version
|
||||
get_set_cache "compiler_version" do
|
||||
dependencies = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user