Removed global switch for installing jshint and uglify-js
This commit is contained in:
parent
2a89f2f8c3
commit
40ab04b47b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user