FIX: Bump Compiler Version

In 98719be we fixed raw handlebars, but they won't be recompiled without
this bump.
This commit is contained in:
Robin Ward 2019-10-08 14:49:42 -04:00
parent b805037825
commit eae57652a4

View File

@ -60,7 +60,7 @@ class ThemeField < ActiveRecord::Base
validates :name, format: { with: /\A[a-z_][a-z0-9_-]*\z/i },
if: Proc.new { |field| ThemeField.theme_var_type_ids.include?(field.type_id) }
BASE_COMPILER_VERSION = 12
BASE_COMPILER_VERSION = 13
DEPENDENT_CONSTANTS = [BASE_COMPILER_VERSION,
GlobalSetting.cdn_url]
COMPILER_VERSION = Digest::SHA1.hexdigest(DEPENDENT_CONSTANTS.join)