From aaee988e82605cffb5b4219c078730bba6afa865 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 10 Jul 2015 09:12:31 +0200 Subject: expand contributing --- js/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'js') 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 -- cgit v1.2.3