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 8e98f39d9ff865be2f54ef77700eb2ae749d11d7
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

@ -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,