Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

ionic state save doesn't preserve plugin branches #109

Open
DustinTheDev opened this issue Jun 17, 2016 · 0 comments
Open

ionic state save doesn't preserve plugin branches #109

DustinTheDev opened this issue Jun 17, 2016 · 0 comments

Comments

@DustinTheDev
Copy link

DustinTheDev commented Jun 17, 2016

Running the ionic state save command doesn't preserve the branch/commit specified by a plugin (added the branch suffix manually).

For example if my package.json looks like this before running the ionic state save:

"cordovaPlugins": [
    "cordova-plugin-device",
    {
      "locator": "https://github.com/djonesdev/CordovaCameraPreview#djonesdev",
      "id": "cordova-plugin-camera-preview"
    }
  ],

The ionic state restore command correctly restores the selected branch (in this case djonesdev).
However after running ionic state save it reverts to this:

"cordovaPlugins": [
    "cordova-plugin-device",
    {
      "locator": "https://github.com/djonesdev/CordovaCameraPreview",
      "id": "cordova-plugin-camera-preview"
    }
  ],
rafaelquines added a commit to totvs/thf-mobile-app-lib that referenced this issue May 5, 2017
rafaelquines added a commit to totvs/thf-mobile-app-lib that referenced this issue May 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant