From fbe540d0c4ec4afedd05d0334d9f5e8604eadcd2 Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Fri, 20 Sep 2013 22:14:03 +0200 Subject: [PATCH] add note about build script dependencies --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a8b8b8..51e1905 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,11 @@ build script the build script takes care of concatenating and minifying all scripts and styles. it uses [gruntjs](http://gruntjs.com/). -please make sure that both [nodejs](http://nodejs.org/) and grunt-cli are [set up properly](http://gruntjs.com/getting-started) on your machine. to build, run ```grunt production``` from within the ```build/``` folder. the optimized files will get copied to the ```production/``` folder. +please make sure that both [nodejs](http://nodejs.org/) and grunt-cli are [set up properly](http://gruntjs.com/getting-started) on your machine. + +run ```npm install``` from within the ```build/``` folder to install the dependencies of the build script. + +to build, run ```grunt production``` from within the ```build/``` folder. the optimized files will get copied to the ```production/``` folder. third party code used in this experiment ---