From 6c927a5a2c0b47cc583750ed15ce0c6dda91a5a2 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 24 May 2016 10:02:34 +0200 Subject: [PATCH] document how to install modules --- Gruntfile.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9a390aa22e..468e9d1206 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,7 +12,10 @@ * To install grunt to build minified javascript files you need to run: * * sudo npm install -g grunt-cli - * npm init # create package.json and node_modules directory for local installs + * npm install # installs everything from package.json into node_modules dir + * + * To generate the now existing package.json: + * npm init * npm install grunt --save-dev * npm install grunt-contrib-uglify --save-dev * npm install grunt-newer --save-dev