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

move to grunt-browserify, with fix for node tcp shim #381

Merged
merged 1 commit into from
Apr 7, 2016

Conversation

trevj
Copy link
Contributor

@trevj trevj commented Apr 7, 2016

Little code health exercise: move to grunt-browserify 5.x.

This revision is based on browserify 13 - the only incompatibility I've seen is that toArrayBuffer was removed; however, since Buffer now implements the Uint8Array interface I was able to just access its buffer field which is probably a little faster:
https://github.com/substack/node-browserify/blob/master/changelog.markdown#1300

BTW, some background on why they removed that method:
nodejs/node-v0.x-archive#7609 (comment)


This change is Reviewable

@jpevarnek
Copy link
Contributor

👍

@trevj trevj merged commit c943b75 into master Apr 7, 2016
@trevj trevj deleted the trevj-grunt-browserify-5.0 branch April 14, 2016 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants