news/js
Alessandro Cosentino bb064aa9cc activate shortcuts only when modifier keys are not pressed. fix #449 2014-01-14 10:34:21 +01:00
..
app activate shortcuts only when modifier keys are not pressed. fix #449 2014-01-14 10:34:21 +01:00
config use bower for managing deps 2013-09-09 15:57:18 +02:00
public activate shortcuts only when modifier keys are not pressed. fix #449 2014-01-14 10:34:21 +01:00
tests debug 2013-12-20 23:02:29 +01:00
vendor remove unneeded files 2013-09-12 13:11:05 +02:00
.bowerrc use bower for managing deps 2013-09-09 15:57:18 +02:00
.gitignore added gitignore file for js 2013-04-22 16:16:18 +02:00
Gruntfile.coffee change email adress in copyright headers 2013-08-26 17:23:22 +02:00
Makefile use bower for managing deps 2013-09-09 15:57:18 +02:00
README.md readme infos on status 2013-03-23 15:30:47 +01:00
bower.json use bower for managing deps 2013-09-09 15:57:18 +02:00
package.json use bower for managing deps 2013-09-09 15:57:18 +02:00

README.md

News CoffeeScript/JavaScript development

You will need node.js version >= 0.8

Compile coffeescript

To compile the coffeescript run:

make

If you want to autocompile on change run:

make watch

Running unittests

Unittests are run with the testacular:

make testacular

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.

PHPUnit

To run phpunittests once a file changed, simply run

make phpunit

Clear compiled folder

To clear the build/ folder run:

make clean

Run js unittests

To run js unittests with the ci server, use

make test