csantanapr / grunt-cordovacli

Wraps web app with Cordova CLI using GruntJS
Apache License 2.0
60 stars 31 forks source link

can't overwrite cca version #19

Closed kctang closed 9 years ago

kctang commented 9 years ago

cca 0.6.0 has cause 0.5.1 to break unless we downgrade a specific plugin (https://github.com/MobileChromeApps/mobile-chrome-apps/issues/543).

However, grunt-cordovacli 0.7.0 only works with cca 0.5.1.

It would be nice to be able to configure version of cordova/cca dependency to use. Alternatively, how about upgrading both cordova/cca dependency version to the latest?