You will need node.js version >= 0.8
To automatically pull all dependencies and build javascript files:
make bootstrap
To build the JavaScript file run:
make build
If you want to autocompile on change run:
make watch
Unittests are run with karma:
make karma
afterwards the watch command can be run in a new terminal:
make watch
This will automatically execute unittests when a coffeescript file has been changed and saved.
To run phpunittests once a file changed, simply run
make phpunit
To clear the build/ folder run:
make clean
To run js unittests with the ci server, use
make test