You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2013/06/20 01:34:25 UTC

[02/11] git commit: Removed cordova js building from dist script

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/a73e40ce
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/a73e40ce
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/a73e40ce

Branch: refs/heads/2.8.x
Commit: a73e40ced89560c741d99d72d84ec3ee38c5c6d7
Parents: a9c37f3
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:31:01 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/a73e40ce/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  *********************/