Code speaks louder then words ;) https://github.com/apache/incubator-ripple/blob/cordova-3.0/lib/server/emulate.js#L65-L72 (root of the project)
Will also run prepare for you (this might have some bugs as I think it is assuming you run ripple emulate right from the root (not passing in a --path argument)) https://github.com/apache/incubator-ripple/blob/cordova-3.0/lib/server/emulate/hosted.js#L164-L169 On Thu, Oct 10, 2013 at 10:48 AM, Raymond Camden <[email protected]>wrote: > Yes, I've done so now. > > But the open question still is where exactly do I run ripple emulate. > > > On Thu, Oct 10, 2013 at 9:45 AM, JR <[email protected]> wrote: > > > Did you do a Prepare after installing the plugin? Cordova/Phonegap 3+ > > requires using cordova build or cordova prepare to actually put the > plugins > > into your www and it also requires having a platform, which must be > Android > > for use with ripple. > > > > > > -- > =========================================================================== > Raymond Camden, Adobe Developer Evangelist > > Email : [email protected] > Blog : www.raymondcamden.com > Twitter: cfjedimaster >
