You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2012/02/28 14:53:22 UTC

[3/5] git commit: mentioned that jake shoul be installed globally and removed from deps in package.json

mentioned that jake shoul be installed globally and removed from deps in package.json


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/07305034
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/07305034
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/07305034

Branch: refs/heads/master
Commit: 073050341d405be5ebc6bb2e7e4df5f11e42db6b
Parents: c01d1e7
Author: Fil Maj <fi...@nitobi.com>
Authored: Wed Feb 22 15:11:48 2012 -0800
Committer: macdonst <si...@gmail.com>
Committed: Tue Feb 28 08:52:31 2012 -0500

----------------------------------------------------------------------
 README.md    |    9 +++++++--
 package.json |    1 -
 2 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/07305034/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ebde2ce..422a9f0 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ A unified JavaScript layer for [Apache Cordova](http://incubator.apache.org/proj
 
 # Building
 
-Just make sure you have [node.js](http://nodejs.org) installed. It
+Make sure you have [node.js](http://nodejs.org) installed. It
 should come pre-installed with [npm](http://npmjs.org) - but if you
 install node and can't run `npm` then head over to the website and
 install it yourself. Make sure you have all of the node dependencies
@@ -52,7 +52,12 @@ installed by running the following command from the repository root:
 
     npm install
 
-Then all of the build tasks can be run via:
+Then all of the build tasks can be run via the `jake` node module.
+Install it globally first by running:
+
+    npm install -g jake
+
+Then from the repository root run:
 
     jake
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/07305034/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 92f25ac..256d659 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,6 @@
     }
   ],
   "dependencies": {
-    "jake":"0.2.18",
     "jsdom":"0.2.10",
     "connect":"1.8.5"
   },