summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:12:31 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:12:31 +0200
commitaaee988e82605cffb5b4219c078730bba6afa865 (patch)
treefbb64c98cc947481b60a695b514c11d9af1003e0 /js
parent25fed1d6b9418bc07d0872ad751fbc76f0e0f34a (diff)
expand contributing
Diffstat (limited to 'js')
-rw-r--r--js/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/README.md b/js/README.md
index 1842707a3..c03621fdc 100644
--- a/js/README.md
+++ b/js/README.md
@@ -1,5 +1,5 @@
# JavaScript && CSS Development
-Before starting, install nodejs 0.10 and grunt-cli:
+Before starting, install nodejs and grunt-cli:
sudo npm -g install grunt-cli
@@ -9,11 +9,11 @@ then run:
## Building
-Watch mode:
+This sets up a watcher on file change and compiles CSS and JS:
grunt dev
-Single run mode:
+If you don't want a watcher, just run:
grunt