Issue
I do have a git repository with a MASTER branch. I have now a new capability into a specific BRANCH of that same git project.
I wish to add the specific branch cordova plugin.
I'm aware of adding a cordova project based on GIT and GIT TAGS but I can't find anything in relation to a branch.
I'm looking for something like :
cordova plugin add https://mygitadresse/myproject#branch_name
Thank for support and suggestion;
Solution
If the project's github repository is branched properly, then you should be able to install the plugin using the specific branch in the github out of the box.
cordova plugin add https://git.example.com/myproject#branch_name
Have look at Cordova connect plugin for instance where there is a provision to install versions older than 1.6.0 using sdk_1.3 branch just like the way you wanted. Hope it helps.
Answered By - Gandhi
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.