From 40ab04b47b241f79a7ea10d50565687dc2a8800f Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Tue, 14 Feb 2012 00:58:37 +0200 Subject: [PATCH] Removed global switch for installing jshint and uglify-js --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db9238aa9..c3cc2ce60 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Leaflet build system is powered by the Node.js platform and Jake, JSHint and Ugl ``` npm install -g jake - npm install -g jshint - npm install -g uglify-js + npm install jshint + npm install uglify-js ``` Now that you have everything installed, run `jake` inside the Leaflet directory. This will check Leaflet source files for JavaScript errors and inconsistencies, and then combine and compress it to the `dist` folder.