summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 18:48:31 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-13 18:48:31 +0100
commitee4f492431f8b14b3eef53e52a035844cdd388b5 (patch)
tree9775af76c9845a988dc430ccda9f197cab09ca93 /js
parentcdee7c1230730847a3995202176512614389f453 (diff)
requirement update
Diffstat (limited to 'js')
-rw-r--r--js/README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/js/README.md b/js/README.md
index fc89c526f..f47482dcc 100644
--- a/js/README.md
+++ b/js/README.md
@@ -1,7 +1,7 @@
# JavaScript Development
JavaScript is built and minified using gulp.
-Therefore you need to install nodejs 5.6+ and npm. Then use npm to install **gulp-cli**:
+Therefore you need to install **Node.js 5.6+ and npm**. Then use npm to install **gulp-cli**:
sudo npm -g install gulp-cli
@@ -12,22 +12,22 @@ Then install the local dependencies by running:
## Tasks
The following tasks are available:
-* **Build the JavaScript**:
+* **Build the JavaScript**:
gulp
-
-* **Watch for changes and build JavaScript**:
+
+* **Watch for changes and build JavaScript**:
gulp watch
-
-* **Run JavaScript unit tests**:
+
+* **Run JavaScript unit tests**:
gulp karma
-* **Watch for changes and run JavaScript unit tests**:
-
+* **Watch for changes and run JavaScript unit tests**:
+
gulp watch-karma
-
-* **Watch for changes and run PHP unit tests**:
+
+* **Watch for changes and run PHP unit tests**:
gulp watch-phpunit