[ 
https://issues.apache.org/jira/browse/CB-4922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221402#comment-15221402
 ] 

Dylan van der Merwe commented on CB-4922:
-----------------------------------------

For source control and multiple developers this definitely is not a low 
priority problem.

1. Checkout an existing project. Platform folder normally not committed.
2. Do some work.
3. Install code-push plugin.
4. Commit.

I would expect all plugins to be installed at this point so that they are 
committed.

Developer 2:
1. Pulls latest version
2. Does some work. 
3. Adds a platform.
4. Commits after testing.

Developer 2's changelog now includes all the code-push deps that were installed 
on adding the platform. This can also cause conflicts and issues for developer 
3 if they happened to do the same thing.

> CLI Doesn't fetch dependencies when no platforms are added
> ----------------------------------------------------------
>
>                 Key: CB-4922
>                 URL: https://issues.apache.org/jira/browse/CB-4922
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>            Reporter: Andrew Grieve
>            Priority: Minor
>
> {code}
> cordova create a a.b.c a
> cd a
> cordova plugin add 
> ../../git/mobile-chrome-apps/chrome-cordova/plugins/chrome.identity
> cordova plugin ls
> [ 'org.chromium.identity' ]
> {code}
> The deps do get added once you add a platform, so low priority.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to