Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Exclude rawsocket entirely from browser builds #162

Merged
merged 1 commit into from
Oct 11, 2015
Merged

Exclude rawsocket entirely from browser builds #162

merged 1 commit into from
Oct 11, 2015

Conversation

taion
Copy link
Contributor

@taion taion commented Oct 10, 2015

This tells Browserify, webpack, &c. to completely skip lib/transport/rawsocket.js.

It also squelches an error in webpack for me, since webpack tries to statically handle all imports and chokes on the net import in rawsocket.js.

@taion
Copy link
Contributor Author

taion commented Oct 10, 2015

This may supersede the browser checks in lib/transport/rawsocket.js, since your build is using Browserify as well.

oberstet pushed a commit that referenced this pull request Oct 11, 2015
Exclude rawsocket entirely from browser builds
@oberstet oberstet merged commit 9f88856 into crossbario:master Oct 11, 2015
@taion taion deleted the browser-rawsocket branch October 12, 2015 21:19
@taion
Copy link
Contributor Author

taion commented Oct 12, 2015

Thanks for merging this. Would you be able to release this as v0.9.8?

I'm currently pinned to v0.9.6 because of the build errors I get with webpack on v0.9.7 that this PR fixed, but would prefer to update all of my dependencies.

@oberstet
Copy link
Contributor

@goeddea could you do a release please coming days?

@goeddea
Copy link
Contributor

goeddea commented Oct 15, 2015

@ just released v0.9.8

@taion
Copy link
Contributor Author

taion commented Oct 15, 2015

Thanks!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants