csantanapr / grunt-cordovacli

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

Using grunt-cordovacli with cca? #15

Closed kctang closed 9 years ago

kctang commented 9 years ago

I am trying to use cca in a Cordova app via this Grunt plugin. It sounds like a cool idea to be able to just switch to Chrome WebView effortlessly through a plugin option.

Can you provide some idea on how this can be done? I mean, cca is essentially a downstream port of Cordova CLI (based on my limited understanding)... so most of the command should work the same.

Is something that you want to incorporate in this plugin? If yes, I can send a PR if I can get it to work.