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

Build/adding rollupify #137

Merged
merged 3 commits into from Jul 26, 2016
Merged

Build/adding rollupify #137

merged 3 commits into from Jul 26, 2016

Conversation

rodneyrehm
Copy link
Member

This PR introduces rollupify to the browserify build step. This simple change achieves a reduction of file size from 127K to 76K (28K to 23K gzipped). To verify everything still works as expected, test/browser.bundle was introduced to run the unit tests on the bundle, rather than the AMD files.

The downside of this change is npm run analyze:bundle has become quite meaningless, as it now shows ally.js as one huge file, rather than many smaller packages.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.972% when pulling 829484e on build/adding-rollupify into e46cd6d on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 98.972% when pulling 9687d8c on build/adding-rollupify into 56f1608 on master.

@coveralls
Copy link

coveralls commented Jul 25, 2016

Coverage Status

Coverage remained the same at 98.872% when pulling ece93a6 on build/adding-rollupify into 5d111e9 on master.

@rodneyrehm rodneyrehm merged commit a9c72e7 into master Jul 26, 2016
@rodneyrehm rodneyrehm deleted the build/adding-rollupify branch July 26, 2016 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants