Convert wizard es6 files to js

This commit is contained in:
Robin Ward 2020-03-23 14:15:16 -04:00
parent 39dde33cbb
commit 1ac0242201
42 changed files with 2 additions and 1 deletions

View File

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