[
https://issues.apache.org/jira/browse/CB-7199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14074771#comment-14074771
]
ASF GitHub Bot commented on CB-7199:
------------------------------------
GitHub user jsoref opened a pull request:
https://github.com/apache/cordova-lib/pull/64
CB-7199 control git/npm using platform.js
www will default to git
if you want a platform to use git, just add source:git to its platforms.js
section
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jsoref/cordova-lib cb_7199
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/64.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #64
----
commit d75575ea0481f8e32521d4aac479cba2f47649b0
Author: Josh Soref <[email protected]>
Date: 2014-07-25T18:58:41Z
CB-7199 control git/npm using platform.js
www will default to git
if you want a platform to use git, just add source:git to its platforms.js
section
----
> control git/npm using platform.js
> ---------------------------------
>
> Key: CB-7199
> URL: https://issues.apache.org/jira/browse/CB-7199
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaLib
> Affects Versions: 3.6.0
> Reporter: Josh Soref
> Assignee: Josh Soref
>
> Currently the use of npm/git is hard coded to www = git; everything else =
> npm or user knows how to use --usegit.
> That's a pain. especially for developing platforms. Instead, let's support
> platforms.js controlling it.
--
This message was sent by Atlassian JIRA
(v6.2#6252)