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:
David Taylor 2020-03-24 15:52:14 +00:00
parent 58ced428ee
commit c939001876
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 1 deletions

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 = 14
BASE_COMPILER_VERSION = 15
DEPENDENT_CONSTANTS = [
BASE_COMPILER_VERSION,
Ember::VERSION,