-
Notifications
You must be signed in to change notification settings - Fork 28
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
Decrease prototype bundle size #367
Comments
New suggestion: minify the bundle. This could also be tied to a setting: production or development build. I discovered CodeMirror is by far the biggest dependency, it weights 400-500kb if I recall correctly. |
New suggestion: minify the CSS bundle as well. |
Minification was implemented, Prism code blocks are in progress, the removing jQuery part is partially handled but needs more work. |
It can be better but it's more reasonable. One problem, because of the splitting of prototype nav and core styleguide, jQuery is included twice. If we would rewrite Another option would be to include jQuery before everything. |
|
The prototype JS bundle size of Bedrock is 842kb.
How can we minimize the size?
Ideas
The text was updated successfully, but these errors were encountered: