To generate the production files, make sure you have already installed the
dependencies using npm install
and then just use:
npm run-script build
To launch the test suite, make sure you have already installed the dependencies
using npm install
.
Tests are launching in all your installed browsers. They're also launched on
Travis CI, in PhantomJS.
npm test
MIT. See LICENSE.md