mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:20:43 +08:00
97d8614811
Moves a couple things from discourse-boot.js to a different JS file imported from app/app.js. This is a forwards compatible technique to import and throw data on the window. One thing to make note of, though, is that if the virtual-dom and discourse-widget-hbs/helpers were previously included in the build elsewhere, they will now become part of the app bundle. Later, when using embroider, all bundles will be chunks, and webpack will optimize which chunk contains which modules appropriately. |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |