update Jakefile comment
This commit is contained in:
parent
efbdfd89a7
commit
4492d8f92d
@ -4,11 +4,10 @@ Leaflet building, testing and linting scripts.
|
|||||||
To use, install Node, then run the following commands in the project root:
|
To use, install Node, then run the following commands in the project root:
|
||||||
|
|
||||||
npm install -g jake
|
npm install -g jake
|
||||||
npm install uglify-js
|
npm install
|
||||||
npm install jshint
|
|
||||||
npm install testacular
|
|
||||||
|
|
||||||
To check the code and build Leaflet from source, run "jake"
|
To check the code for errors and build Leaflet from source, run "jake".
|
||||||
|
To run the tests, run "jake test".
|
||||||
|
|
||||||
For a custom build, open build/build.html in the browser and follow the instructions.
|
For a custom build, open build/build.html in the browser and follow the instructions.
|
||||||
*/
|
*/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Leaflet",
|
"name": "Leaflet",
|
||||||
"version": "0.5.0",
|
"version": "0.6",
|
||||||
"description": "JavaScript library for mobile-friendly interactive maps",
|
"description": "JavaScript library for mobile-friendly interactive maps",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jshint": "~0.9.1",
|
"jshint": "~0.9.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user