You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Steve Gill (JIRA)" <ji...@apache.org> on 2016/10/07 20:58:21 UTC

[jira] [Created] (CB-11978) [--fetch] adding platforms/plugins via localpath should go through cordova-fetch

Steve Gill created CB-11978:
-------------------------------

             Summary: [--fetch] adding platforms/plugins via localpath should go through cordova-fetch
                 Key: CB-11978
                 URL: https://issues.apache.org/jira/browse/CB-11978
             Project: Apache Cordova
          Issue Type: Improvement
          Components: cordova-fetch, CordovaLib
    Affects Versions: 6.3.0
            Reporter: Steve Gill


cordova plugin add localPath --save --fetch

* currently, doesn’t add this to `package.json`
* in config.xml, adds `<plugin name="cordova-plugin-geolocation" spec="../../cordova-plugin-geolocation" />`
* `npm install localpath —save` adds `"cordova-plugin-geolocation": "file:///Users/steveng/repo/cordova/cordova-plugin-geolocation”` in `package.json`

Need to make local paths go through fetch so they get saved in package.json too. 



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

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