Closed
Description
Currently we're just transpiling the source files form TypeScript to JavaScript, and then having SystemJS load the individual files through ajax.
Instead of doing that, we want our broccoli pipeline to concatenate all the source files (output as System.register), and similar to ember-cli, have our apps load only 2 files: vendor.js and app.js
This should speed up the load of apps as they get big and contain a lot of small files.
Metadata
Metadata
Assignees
Labels
No labels