mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 00:39:17 +00:00
Convert wizard es6 files to js
This commit is contained in:
parent
39dde33cbb
commit
1ac0242201
@ -39,7 +39,8 @@ class DiscourseJsProcessor
|
||||
relative_path.start_with?("app/assets/javascripts/discourse/") ||
|
||||
relative_path.start_with?("app/assets/javascripts/admin/") ||
|
||||
relative_path.start_with?("app/assets/javascripts/pretty-text/") ||
|
||||
relative_path.start_with?("app/assets/javascripts/select-kit/")
|
||||
relative_path.start_with?("app/assets/javascripts/select-kit/") ||
|
||||
relative_path.start_with?("app/assets/javascripts/wizard/")
|
||||
end
|
||||
|
||||
def self.skip_module?(data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user