news/js
Lukas Reschke 67220f815b Fix URL 2013-05-24 22:02:14 +03:00
..
app adds shortcut to star and jump 2013-05-12 17:59:47 -04:00
config remove clientside hashing, fix #72 2013-04-18 17:47:03 +02:00
public app.js updated 2013-05-12 20:01:58 -04:00
tests fixed tests for delete 2013-05-10 16:15:53 +02:00
vendor remove clientside hashing, fix #72 2013-04-18 17:47:03 +02:00
.gitignore added gitignore file for js 2013-04-22 16:16:18 +02:00
Gruntfile.coffee remove clientside hashing, fix #72 2013-04-18 17:47:03 +02:00
Makefile fix unittest breakage errors in firefox and phantomjs, bump build tools 2013-04-15 18:11:38 +02:00
README.md readme infos on status 2013-03-23 15:30:47 +01:00
package.json Fix URL 2013-05-24 22:02:14 +03: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