DEV: Bump theme compiler version for CSP change
We need to regenerate cached themes, so that the JS paths are updated to include the subfolder prefix
Followup to 8e98f39d9f
This commit is contained in:
parent
58ced428ee
commit
c939001876
|
@ -60,7 +60,7 @@ class ThemeField < ActiveRecord::Base
|
||||||
validates :name, format: { with: /\A[a-z_][a-z0-9_-]*\z/i },
|
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) }
|
if: Proc.new { |field| ThemeField.theme_var_type_ids.include?(field.type_id) }
|
||||||
|
|
||||||
BASE_COMPILER_VERSION = 14
|
BASE_COMPILER_VERSION = 15
|
||||||
DEPENDENT_CONSTANTS = [
|
DEPENDENT_CONSTANTS = [
|
||||||
BASE_COMPILER_VERSION,
|
BASE_COMPILER_VERSION,
|
||||||
Ember::VERSION,
|
Ember::VERSION,
|
||||||
|
|
Loading…
Reference in New Issue