Skip to content

Commit

Permalink
Merge pull request #117 from deepstreamIO/enhancement/#74-reduce-clie…
Browse files Browse the repository at this point in the history
…nt-size

Fix #75 reduce the bundle by ignoring the TCP connection class in bro…
  • Loading branch information
yasserf committed May 24, 2016
2 parents 1341c1d + f3bbcb2 commit 9f44ec7
Show file tree
Hide file tree
Showing 7 changed files with 493 additions and 2,733 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ node_modules

# Users Environment Variables
.lock-wscript

test-page-webpack/dist
7 changes: 3 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ module.exports = function( grunt ) {
},
options: {
postBundleCB: dereqCallback,
ignore: [ './src/tcp/tcp-connection.js' ],
browserifyOptions: {
standalone: 'deepstream',
// insertGlobalVars: 'global',
// detectGlobals: false
//'builtins': []
}
}
},
Expand All @@ -37,10 +37,9 @@ module.exports = function( grunt ) {
watch: true,
keepAlive: true,
postBundleCB: dereqCallback,
ignore: [ './src/tcp/tcp-connection.js' ],
browserifyOptions: {
standalone: 'deepstream',
// insertGlobalVars: 'global',
// detectGlobals: false
}
}
}
Expand Down

0 comments on commit 9f44ec7

Please sign in to comment.