We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You need node.js 0.6.x and npm.
Install dependencies:
npm install npm install -g uglify-js npm install -g coffee-script
Run tests:
npm test
Run tests during development for more verbose assertion output:
node_modules/jasmine-node/bin/jasmine-node --coffee --verbose spec
Generate Javascript libs:
cake build
Use debugger statement to debug spec scripts.