Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle and optimize #60

Open
danielabar opened this issue Mar 24, 2016 · 1 comment
Open

Bundle and optimize #60

danielabar opened this issue Mar 24, 2016 · 1 comment
Labels

Comments

@danielabar
Copy link
Contributor

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.

@danielabar
Copy link
Contributor Author

Checkout latest skeleton navigation. They've got bundling and export working very nicely.

The "easiest" way to incorporate this may be to re-seed canve-viz from the skeleton, then bring over the src and test dirs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant