mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Convert select-kit from es6 to js (#9246)
* Convert select-kit from es6 to js * Hide more git blames
This commit is contained in:
@ -38,7 +38,8 @@ class DiscourseJsProcessor
|
||||
relative_path = filename.sub(Rails.root.to_s, '').sub(/^\/*/, '')
|
||||
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/pretty-text/") ||
|
||||
relative_path.start_with?("app/assets/javascripts/select-kit/")
|
||||
end
|
||||
|
||||
def self.skip_module?(data)
|
||||
|
Reference in New Issue
Block a user