You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Steven Gill <st...@gmail.com> on 2016/11/23 00:24:28 UTC

Re: [PROPOSAL] move save/restore to package.json

Hey Everyone!

I updated the save/restore proposal. Check it out at
https://github.com/cordova/cordova-discuss/pull/53.
We also have a cordova-lib PR that is ready for review at
https://github.com/apache/cordova-lib/pull/499. Feedback welcomed!

On Fri, Sep 23, 2016 at 6:20 PM, Steven Gill <st...@gmail.com> wrote:

> Here is my first stab at moving save/restore logic to package.json.
> https://github.com/cordova/cordova-discuss/pull/53
>
> Please comment on the PR with your thoughts and suggestions.
>
>

Re: [PROPOSAL] move save/restore to package.json

Posted by Steven Gill <st...@gmail.com>.
Hey everyone!

I'm going to do one final review on https://github.com/apache/
cordova-lib/pull/499 and merge it in. All the tests are passing! I
encourage others to take a look at it as it is fairly substantial.

It adds support to save cordova platforms and plugins into package.json as
well as config.xml. It strives for eventual consistency between config.xml
and package.json (prepare/restore will aim to duplicate/sync the content
between those two files). This PR can work even if you don't have a
package.json in your project(everything works as it does now). Any
conflicts, package.json will win.


On Tue, Nov 22, 2016 at 4:24 PM, Steven Gill <st...@gmail.com> wrote:

> Hey Everyone!
>
> I updated the save/restore proposal. Check it out at
> https://github.com/cordova/cordova-discuss/pull/53.
> We also have a cordova-lib PR that is ready for review at
> https://github.com/apache/cordova-lib/pull/499. Feedback welcomed!
>
> On Fri, Sep 23, 2016 at 6:20 PM, Steven Gill <st...@gmail.com>
> wrote:
>
>> Here is my first stab at moving save/restore logic to package.json.
>> https://github.com/cordova/cordova-discuss/pull/53
>>
>> Please comment on the PR with your thoughts and suggestions.
>>
>>
>