mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:52:45 +08:00
FIX: Bump the compiler version - the path to raw-handlebars
changed.
This commit is contained in:
parent
11fdb8f038
commit
a69b897545
|
@ -5,7 +5,7 @@ require_dependency 'distributed_cache'
|
|||
class SiteCustomization < ActiveRecord::Base
|
||||
ENABLED_KEY = '7e202ef2-56d7-47d5-98d8-a9c8d15e57dd'
|
||||
|
||||
COMPILER_VERSION = 1
|
||||
COMPILER_VERSION = 2
|
||||
|
||||
@cache = DistributedCache.new('site_customization')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user