-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Figure out how to make an optimized bundle for Aurelia code. Ideally should get all the vendor js into one file, and custom app code into another, all concatenated and minified. Such that running the app would only make two http requests to get the js.
Also ideally would have sourcemaps so the bundled code can still be debugged.
Reactions are currently unavailable