-
Notifications
You must be signed in to change notification settings - Fork 12
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
Reduce size of vendor.js #78
Comments
I've updated the Gruntfile a bit so that it doesn't include the Bootstrap JS deps, which shaved off 0.1mb. The bigger issue is that all the core Angular deps are being served from vendor.js and not CDN; see yeoman/generator-angular#955. |
This is also due to Handsontable being absolutely massive, and not helped by the fact they bundle dependencies in their dist versions. See handsontable/handsontable#2582. (Valid point to @MattieTK.) |
Hi, Thanks for bug report at handsontable/handsontable#2582. Patch will be released tommorow with Handsontable 0.15.1. Our team still have in mind to keep library as small as possible that is why we try to modularize the code to easy detach/attach fragments of code to reduce final file size. Maybe custom build will interest you http://docs.handsontable.com/0.15.0/tutorial-custom-build.html#page-customizing |
@budnix Cool! Many thanks! HOT Builder definitely looks like something I could use, will take a look! |
Kicking to next version. |
dist/vendor.js
is like 1.8mb ungzipped. This is ridiculously big.The text was updated successfully, but these errors were encountered: