summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-02-12 09:45:56 +0100
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-02-12 09:45:56 +0100
commitbcd559f4d2becf5b5cea7845d28b3aa5195a15a5 (patch)
tree937fea65c4cad83a62415daf1499c6279204388d
parentbbc9e601b6a112f95e110fd450ac591c7b88ab44 (diff)
Update README.md
-rw-r--r--js/README.md24
1 files changed, 19 insertions, 5 deletions
diff --git a/js/README.md b/js/README.md
index 268a85a98..5818434d3 100644
--- a/js/README.md
+++ b/js/README.md
@@ -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