You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by be...@apache.org on 2013/05/23 22:29:12 UTC

git commit: Removed cordova js building from dist script

Updated Branches:
  refs/heads/master fe79571ae -> de0b1eec4


Removed cordova js building from dist script


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

Branch: refs/heads/master
Commit: de0b1eec4eac9ce056368303c94f2fadb482cb39
Parents: fe79571
Author: Benn Mapes <be...@gmail.com>
Authored: Thu May 23 13:24:36 2013 -0700
Committer: Benn Mapes <be...@gmail.com>
Committed: Thu May 23 13:28:50 2013 -0700

----------------------------------------------------------------------
 tooling/scripts/dist.js |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/de0b1eec/tooling/scripts/dist.js
----------------------------------------------------------------------
diff --git a/tooling/scripts/dist.js b/tooling/scripts/dist.js
index e6d9fce..630133d 100644
--- a/tooling/scripts/dist.js
+++ b/tooling/scripts/dist.js
@@ -206,9 +206,10 @@ space();
 /** - build cordova.js                          **/
 /** - windows.cordova.js -> templates + example **/
 /*************************************************/
-current_script = "buildjs.js";
-exec('cscript ' + BUILD_DESTINATION + SCRIPTS + '\\buildjs.js //nologo');
-space();
+// New Workflow does not require building the new js, it should already be in place.
+// current_script = "buildjs.js";
+// exec('cscript ' + BUILD_DESTINATION + SCRIPTS + '\\buildjs.js //nologo');
+// space();
 
 /*************************************************/
 /******************  Step 5  *********************/