summaryrefslogtreecommitdiffstats
path: root/js/README.md
blob: 27c9fbd982243ca6257ba3e082d7f75808a491ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# JavaScript Development
Before starting, install nodejs 0.10 and run:

	npm install

## Building
Watch mode:

	grunt watch

Single run mode:

	grunt

## Testing
Watch mode:

	grunt watch:phpunit
	grunt test

Single run mode:

	grunt phpunit
	grunt ci