mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 07:55:43 +08:00
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:
parent
58ced428ee
commit
c939001876
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user