Namespaces for hub.js
Repository: https://github.com/mantoni/hub-namespace.js
npm install hub-namespace
Use Browserify to create a custom bundle.
Here is what you need:
npm installwill install all the dev dependenciesmakedoes all of the followingmake lintlint the code with JSLintmake testruns all unit tests in Nodemake browsergenerates a static web page attest/all.htmlto run the tests in a browsermake phantomruns all tests in a headless WebKit. Make surephantomjsis in your path.
To build a standalone browserified file with the merged / minified scripts run make package.

