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

Implement a client side module bundling solution #13

Open
cracker4o opened this issue Feb 16, 2017 · 1 comment
Open

Implement a client side module bundling solution #13

cracker4o opened this issue Feb 16, 2017 · 1 comment

Comments

@cracker4o
Copy link
Member

The Developer Marketplace project uses SystemJS as a module loader but currently it makes too many async requests. Bundling and minification solution is required to minimize the size and the number of requests.

@cracker4o
Copy link
Member Author

cracker4o commented Feb 16, 2017

Potential candidates are:
WebPack, JSPM or a combination of SystemJS and Gulp -http://stackoverflow.com/questions/35280582/angular2-too-many-file-requests-on-load/37082199#37082199

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

No branches or pull requests

1 participant