summaryrefslogtreecommitdiffstats
path: root/js/README.md
blob: 2c25ce4edbc5160969663cf459ed94de09fa9d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# JavaScript
Before starting, install nodejs and gulp-cli:

	sudo npm -g install gulp-cli

then run:

	npm install

## Tasks
The following tasks are available:

* **Build the JavaScript**: gulp
* **Watch for changes and build JavaScript**: gulp watch
* **Run JavaScript unit tests**: gulp karma
* **Watch for changes and run JavaScript unit tests**: gulp watch-karma
* **Watch for changes and run PHP unit tests**: gulp watch-phpuni