news/js
Bernhard Posselt 22ce7b5640 version bump 2014-05-10 00:08:48 +02:00
..
app fix broken audio feeds, fix #508 2014-04-18 17:47:50 +02:00
config fix broken audio feeds, fix #508 2014-04-18 17:47:50 +02:00
public fix broken audio feeds, fix #508 2014-04-18 17:47:50 +02:00
tests fix js tests to run without appframework 2014-04-12 01:56:59 +02:00
vendor version bump 2014-05-10 00:08:48 +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 fix broken audio feeds, fix #508 2014-04-18 17:47:50 +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 fix broken audio feeds, fix #508 2014-04-18 17:47:50 +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