tastejs / PropertyCross

Helping developers select a framework for cross-platform mobile development.
propertycross.com
591 stars 215 forks source link

Upgrade to use PhoneGap build 3.7.0 and newer plugin #309

Open ColinEberhardt opened 9 years ago

ColinEberhardt commented 9 years ago

We are currently using PGB version 3.1.0

https://github.com/tastejs/PropertyCross/blob/master/phonegap/common/config.xml#L25

The PGB website warns that we should upgrade.

Also, the build uses the grunt-phonegap-build plugin:

https://github.com/tastejs/PropertyCross/blob/master/phonegap/common/package.json#L7

It looks like this plugin is no longer supported and people have moved on to grunt-phonegap

matthewdunsdon commented 9 years ago

I'll take a a look into this. The template support in grunt-phonegap might allow the phone-gap build process to be much simpler to run and maintain.

ColinEberhardt commented 9 years ago

That would be great thanks.

One thing that struck me about the current build is that it is geared towards our needs, i.e. to allow us to build multiple applications and PhoneGap-build them.

I'm not sure it is so friendly for people who stumble across the project and perhaps just want to build a single project.

Perhaps we can have a chat about this at some point?