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