mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
03b7d71827
Under ember-cli, we rely on the `ember-export-application-global` addon to make `window.Discourse` available. This happens in an initializer. Previously this inititalizer would run after `auto-load-modules`, and so any widget/helper modules would not be able to access it. This commit sets some `after` parameters on the `auto-load-modules` and `inject-objects` initializers to ensure that `export-application-global` is run first. |
||
---|---|---|
.. | ||
images | ||
javascripts | ||
stylesheets |