grunt-phonegap
grunt-phonegap copied to clipboard
Evaluate whether grunt-phonegap needs to be updated to handle recent Cordova CLI changes
See this blog post for the list http://devgirl.org/2014/02/10/3-cordova-cli-changes/
http://cordova.apache.org/announcements/2014/02/20/cordova-340.html
For one instance refer to #61
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?
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.