You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: