We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ALWAYS run the unit tests before bumping a version. DO IT.
Update package.json, bump version.
Make commit.
git tag -a v1.0.x -m "Release 1.0.x."
git push --tags
npm publish
1 - Install with dev packages.
npm install nwt --dev
2 - Run the test server
node test/testserver.js
3 - Visit test server
localhost:3000/test/
1 - Build JS, jekyll the site
node build/build.js; # jekyll; node jekyll/testserver.js