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 mich...@michaelbrooks.ca wrote: We have a discussion going on the Cordova list

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 f...@adobe.com wrote: Agreed, I am summarizing my thoughts on the other

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 b...@brian.io wrote: Yes, this is awesome, think a Ripple command is good while we suss

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 f...@adobe.com 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.

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 gtan...@gmail.com

[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)