You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "JennyGee (JIRA)" <ji...@apache.org> on 2013/11/12 20:02:17 UTC

[jira] [Created] (CB-5362) URI parameter should be able to handle local repo

JennyGee created CB-5362:
----------------------------

             Summary: URI parameter should be able to handle local repo
                 Key: CB-5362
                 URL: https://issues.apache.org/jira/browse/CB-5362
             Project: Apache Cordova
          Issue Type: Bug
    Affects Versions: 3.1.0
            Reporter: JennyGee
            Priority: Minor


(In cases where you have multiple copies of the pre-released cordova library and quickly switch between them.) In the project directory, you can have the following .cordova/config.json, and set:

{code:javascript}
{...
   "lib": {
       "android": {
           "version": "dev",
           "uri": "/some/local/path",
           "id": "cordova-android-dev"
       }
   }
}

Where the URI can specify some local REPO.





--
This message was sent by Atlassian JIRA
(v6.1#6144)