mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Start Discourse in an initializer (#9930)
* DEV: To be pedantic, there is more than EMBER in there now * DEV: Use less globals. Have `Discourse` start in an initializer * DEV: Remove another global
This commit is contained in:
@ -48,7 +48,7 @@ class DiscourseJsProcessor
|
||||
return false if relative_path.start_with?("#{js_root}/plugins/")
|
||||
|
||||
return true if %w(
|
||||
preload-application-data
|
||||
start-discourse
|
||||
wizard-start
|
||||
onpopstate-handler
|
||||
google-tag-manager
|
||||
|
Reference in New Issue
Block a user