summaryrefslogtreecommitdiffstats
path: root/js/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/js/README.md b/js/README.md
new file mode 100644
index 000000000..27c9fbd98
--- /dev/null
+++ b/js/README.md
@@ -0,0 +1,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