pomelonode / pomelo-jsclient-websocket

115 stars 75 forks source link

Using browserify to bundle the dependencies in a single output #13

Open thr0wn opened 8 years ago

thr0wn commented 8 years ago

Hi guys, what do you think about using browserify to bundle the dependencies of pomelo-jsclient-websocket.js? It could be a good idea since component is deprecated. The guidelines to build using browserify were added to the README.md.

I've done this pull request with the changes necessary to use browserify in case you accept the suggestion :)