Skip to content

Developing Transparency

miohtama edited this page May 25, 2012 · 1 revision

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.