Skip to content

Commit

Permalink
Bugfix/browser ws fix (deepstreamIO#258)
Browse files Browse the repository at this point in the history
* partial fixes
* Conforming to native websocket api for browser support
* Adding url parsing
* Fixing build to ignore ws when bundling
  • Loading branch information
yasserf authored Oct 15, 2016
1 parent 1cc13e4 commit 8bb3646
Show file tree
Hide file tree
Showing 13 changed files with 1,479 additions and 4,046 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function( grunt ) {
},
options: {
postBundleCB: dereqCallback,
ignore: [ './src/tcp/tcp-connection.js' ],
ignore: [ './src/tcp/tcp-connection.js', 'ws' ],
browserifyOptions: {
standalone: 'deepstream',
//'builtins': []
Expand Down
Loading

0 comments on commit 8bb3646

Please sign in to comment.