This commit is contained in:
Bernhard Posselt 2016-02-12 09:45:56 +01:00
Родитель bbc9e601b6
Коммит bcd559f4d2
1 изменённых файлов: 19 добавлений и 5 удалений

Просмотреть файл

@ -12,8 +12,22 @@ Then install the local dependencies by running:
## 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
* **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