grunt-phonegap icon indicating copy to clipboard operation
grunt-phonegap copied to clipboard

Evaluate whether grunt-phonegap needs to be updated to handle recent Cordova CLI changes

Open logankoester opened this issue 11 years ago • 4 comments

See this blog post for the list http://devgirl.org/2014/02/10/3-cordova-cli-changes/

logankoester avatar Feb 11 '14 12:02 logankoester

http://cordova.apache.org/announcements/2014/02/20/cordova-340.html

logankoester avatar Feb 25 '14 06:02 logankoester

For one instance refer to #61

logankoester avatar Mar 18 '14 23:03 logankoester

Related to this, more in general, I wondered why the phonegap-cli is used and not the cordova-cli, except for the option of the remote build? Maybe the sole reason is the remote build? Which is a good one of course, but on the other hand this might regulary suffer from delays in cordova updates in phonegap-cli, like in #77.

I'm just trying to figure out whether it would be possible to always use the latest cordova-cli en stil use this great grunt-phonegap plugin, especially when you don't use any of the PhoneGap Build services but build everything locally instead.

Any ideas?

corneverbruggen avatar Mar 28 '14 16:03 corneverbruggen

Could be great if "build" target use a symbolic link for www folder, changes will be directly applied in the build.

Also the build and run task does not need to erase all generated directory (phonegap) but just rebuild the installer and run, it is the responsibility to "clean" target and that can save a lot of time.

j-san avatar Apr 24 '14 19:04 j-san