GitHub user gorkem opened a pull request:
https://github.com/apache/cordova-lib/pull/143
Auto save restore for plugins
uses .cordova/config.json to automatically save or restore plugins to/from
config.xml on a project
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gorkem/cordova-lib auto_save_restore
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-lib/pull/143.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #143
----
commit a931e7c9d607678b7247168a228507694d859130
Author: Gorkem Ercan <[email protected]>
Date: 2015-01-07T17:42:25Z
Auto save plugin changes to config.xml
Saves the list of installed plugins to config.xml if auto_save_plugins is
true
on the .cordova/config.json. If auto_save_shrinkwrap_plugins is true auto
save
also saves the plugin versions to config.xml.
commit 29a19cc63f0436d4cf6e14cfd5f490dedcebaee4
Author: Gorkem Ercan <[email protected]>
Date: 2015-01-07T18:39:11Z
Automatic restore plugins
Restores plugins from config.xml during a prepare call if
auto_restore_plugins
is true on the .cordova/config.json
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]