hub-namespace.js
Namespaces for hub.js
Repository: https://github.com/mantoni/hub-namespace.js
Install with npm
npm install hub-namespace
For browsers
Use Browserify to create a custom bundle.
Development
Here is what you need:
npm install
will install all the dev dependenciesmake
does all of the followingmake lint
lint the code with JSLintmake test
runs all unit tests in Nodemake browser
generates a static web page attest/all.html
to run the tests in a browsermake phantom
runs all tests in a headless WebKit. Make surephantomjs
is in your path.
To build a standalone browserified file with the merged / minified scripts run make package
.