mirror of
https://github.com/discourse/discourse.git
synced 2025-08-21 19:11:18 +08:00
Migrate ember-addons from ES6 -> JS
This commit is contained in:
parent
9659da1044
commit
4d190c93b6
7 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ class DiscourseJsProcessor
|
|||
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/wizard/") ||
|
||||
relative_path.start_with?("app/assets/javascripts/discourse-common/")
|
||||
relative_path.start_with?("app/assets/javascripts/discourse-common/") ||
|
||||
relative_path.start_with?("app/assets/javascripts/ember-addons/")
|
||||
end
|
||||
|
||||
def self.skip_module?(data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue