tasks/js
Raimund Schlüßler fb03ebdc70 Remove custom ng-switch directive
Doesn't work with AngularJS v1.3.15 anymore. ngIf is used now, although
it is rather more complicated.
2015-05-22 20:48:51 +02:00
..
app Remove custom ng-switch directive 2015-05-22 20:48:51 +02:00
public Remove custom ng-switch directive 2015-05-22 20:48:51 +02:00
vendor Update AngularJS to v1.3.15 2015-05-22 20:02:15 +02:00
Gruntfile.coffee Initial Commit 2014-03-28 20:11:56 +01:00
package.json Increment version, add info 2015-04-07 19:16:06 +02:00
README.md Initial Commit 2014-03-28 20:11:56 +01:00

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