Re: [DISCUSS] Add Ripple support to cordova-cli

2013-03-20 Thread Gord Tanner
+1 to Micheal's API. I am going to do the initial integration in with the ripple command (just to keep that commit isolated to some changes to serve and the new ripple command). On Wed, Mar 20, 2013 at 2:30 PM, Filip Maj wrote: > Agreed, I am summarizing my thoughts on the other thread, but as

Re: [DISCUSS] Add Ripple support to cordova-cli

2013-03-20 Thread Filip Maj
Agreed, I am summarizing my thoughts on the other thread, but as Gord originally insinuated, these commands should lie in cordova-cli, not in the underlying platform scripts. On 3/20/13 10:32 AM, "Michael Brooks" wrote: >> >> We have a discussion going on the Cordova list running about this >> r

Re: [DISCUSS] Add Ripple support to cordova-cli

2013-03-20 Thread Michael Brooks
> > We have a discussion going on the Cordova list running about this > right now. The idea will be that `cordova run` will launch the app in > Ripple. (And we're going to kill off the `cordova serve` cmd.) We'll > keep `cordova emulate [platform]` around but I doubt ppl will use it > much once `ru

Re: [DISCUSS] Add Ripple support to cordova-cli

2013-03-20 Thread Brian LeRoux
We have a discussion going on the Cordova list running about this right now. The idea will be that `cordova run` will launch the app in Ripple. (And we're going to kill off the `cordova serve` cmd.) We'll keep `cordova emulate [platform]` around but I doubt ppl will use it much once `run` is there.

Re: [DISCUSS] Add Ripple support to cordova-cli

2013-03-20 Thread Alessandro Aprile
+1 ripple is so simple and useful... 2013/3/20 Tommy-Carlos Williams > +1 > > Ripple is all I use `cordova serve` for anyway :) > > > On 20/03/2013, at 10:14 AM, Filip Maj wrote: > > > I would like to see Ripple support completely replace the "cordova > server" > > command - they both do the sa

Re: [DISCUSS] Add Ripple support to cordova-cli

2013-03-19 Thread Tommy-Carlos Williams
+1 Ripple is all I use `cordova serve` for anyway :) On 20/03/2013, at 10:14 AM, Filip Maj wrote: > I would like to see Ripple support completely replace the "cordova server" > command - they both do the same thing but Ripple is better tailored at > doing the server+emulation job. > > On 3/9/

Re: [DISCUSS] Add Ripple support to cordova-cli

2013-03-19 Thread Filip Maj
I would like to see Ripple support completely replace the "cordova server" command - they both do the same thing but Ripple is better tailored at doing the server+emulation job. On 3/9/13 12:08 PM, "Brian LeRoux" wrote: >Yes, this is awesome, think a Ripple command is good while we suss it >out:

Re: [DISCUSS] Add Ripple support to cordova-cli

2013-03-09 Thread Brian LeRoux
Yes, this is awesome, think a Ripple command is good while we suss it out: `cordova emulate ripple` or even just `cordova ripple`. Eventually I'd think we'd want `cordova emulate` to just default to Ripple once it feels baked enough. On Thu, Mar 7, 2013 at 11:12 AM, Gord Tanner wrote: > Hello ev

[DISCUSS] Add Ripple support to cordova-cli

2013-03-07 Thread Gord Tanner
Hello everyone, I made a quick prototype to add support for using ripple from the cordova-cli [1]. Currently I just added a new command called ripple that calls the cordova emulate command and then starts the ripple server to point to it. It will then launch the default browser (cross platform)