RE: cordova serve broken

2013-11-13 Thread Dick Van den Brink
<mailto:agri...@chromium.org> Subject: Re: cordova serve broken Dick wrote: > https://issues.apache.org/jira/browse/CB-5368 > I tested on master and 3.2.0rc, > not working in IE11, > working in other browsers. > Landing page is working in all browsers. Thanks. This is Andrew's bug. Sp

Re: cordova serve broken

2013-11-13 Thread Josh Soref
Dick wrote: > https://issues.apache.org/jira/browse/CB-5368 > I tested on master and 3.2.0rc, > not working in IE11, > working in other browsers. > Landing page is working in all browsers. Thanks. This is Andrew's bug. Specifically, the deflate path. Offhand, stackoverflow.com 1077869‎ -

Re: cordova serve broken

2013-11-13 Thread Josh Soref
Bryan wrote: > To be fair to Josh, the semantic change was made long before he started > working on this project. He simply noticed serve was broken and sent a > patch to the list for review. ‎I'd like for underscore this point, unlike most of my patches which were pull requests for merging, I wa

Re: cordova serve broken

2013-11-13 Thread Brian LeRoux
vement on the last. > > > > > > > > > > > > > > > > > > > > > > > > > > > On Wed, Nov 13, 2013 at 12:21 AM, Dick Van den Brink < > > > d_vandenbr...@outlook.com> wrote: > > > > > > > Issue created: h

Re: cordova serve broken

2013-11-13 Thread Andrew Grieve
; >> > On Wed, Nov 13, 2013 at 12:21 AM, Dick Van den Brink < >> > d_vandenbr...@outlook.com> wrote: >> > >> > > Issue created: https://issues.apache.org/jira/browse/CB-5368 >> > > I tested on master and 3.2.0rc, not working in IE11, working in o

Re: cordova serve broken

2013-11-13 Thread Andrew Grieve
gt; wrote: > > > > > Issue created: https://issues.apache.org/jira/browse/CB-5368 > > > I tested on master and 3.2.0rc, not working in IE11, working in other > > > browsers. > > > Landing page is working in all browsers. > > > > > > > > >

Re: cordova serve broken

2013-11-13 Thread Bryan Higgins
g in other > > browsers. > > Landing page is working in all browsers. > > > > > > > From: jso...@blackberry.com > > > To: dev@cordova.apache.org; d_vandenbr...@outlook.com; b...@brian.io; > > timki...@gmail.com > > > CC: j...@blackberry.com >

Re: cordova serve broken

2013-11-13 Thread Brian LeRoux
: dev@cordova.apache.org; d_vandenbr...@outlook.com; b...@brian.io; > timki...@gmail.com > > CC: j...@blackberry.com > > Subject: Re: cordova serve broken > > Date: Wed, 13 Nov 2013 05:39:42 + > > > > Andrew wrote: > >> Sounds issue-worthy. > >

RE: cordova serve broken

2013-11-13 Thread Dick Van den Brink
gt; timki...@gmail.com > CC: j...@blackberry.com > Subject: Re: cordova serve broken > Date: Wed, 13 Nov 2013 05:39:42 + > > Andrew wrote: >> Sounds issue-worthy. > >> I think Josh added some usage messages to serve > > Yes, I drove changes by our team here

Re: cordova serve broken

2013-11-12 Thread Josh Soref
Andrew wrote: > Sounds issue-worthy. > I think Josh added some usage messages to serve Yes, I drove changes by our team here.  > (and a landing page for /), Yep, especially this  > so the next release will be more user-friendly. Speaking of which, there's a release candidate available now, pl

Re: cordova serve broken

2013-11-12 Thread Andrew Grieve
Sounds issue-worthy. I think Josh added some usage messages to serve (and a landing page for /), so the next release will be more user-friendly. On Tue, Nov 12, 2013 at 6:10 PM, Dick Van den Brink < d_vandenbr...@outlook.com> wrote: > Did some testing, it isn't working on IE11, it does work on

Re: cordova serve broken

2013-11-12 Thread Dick Van den Brink
Did some testing, it isn't working on IE11, it does work on PaleMoon (Firefox). So it is a bit weird because the landing page is working on IE11… Shall I create an issue for it? Verzonden met Windows Mail Van: Dick Van den Brink Verzonden: ‎woensdag‎ ‎13‎ ‎november‎ ‎2013 ‎00‎:‎08 Aan: de

Re: cordova serve broken

2013-11-12 Thread Dick Van den Brink
I don't think it is working either on master. Console is giving me a status 200 on /windows8/www/index.html but with an empty response body. It's giving me a 404 when the page doesn't exists so that seems to be fine. Note: I'm testing this on a Windows machine. Verzonden met Windows Mail

Re: cordova serve broken

2013-11-12 Thread Brian LeRoux
Ok. I must have missed the thread where that was discussed. (?) Seems to me we should get some design on that unstyled dashboard page b/c it was completely unclear to me what to do. I thought it was an an error state. On Tue, Nov 12, 2013 at 2:55 PM, Braden Shepherdson wrote: > I think people

Re: cordova serve broken

2013-11-12 Thread Braden Shepherdson
I think people are not aware that the semantics of the serve command changed a while ago. The correct steps now are: - run "cordova serve", with no platform named. - go to http://localhost:8000/android or some other platform you have installed - it works, you can fetch the various assets. Cordova

Re: cordova serve broken

2013-11-12 Thread Brian LeRoux
weird. this is "working"? On Tue, Nov 12, 2013 at 2:23 PM, Shazron wrote: > cordova cli 3.2.0-rc.1 --> cordova serve works fine on iOS > > > On Tue, Nov 12, 2013 at 2:14 PM, Shazron wrote: > > > I confirm Tim's results (but this was 3.1.0-0.1.0), haven't tried 3.2 rc1 > > yet. > > > > >

Re: cordova serve broken

2013-11-12 Thread Shazron
cordova cli 3.2.0-rc.1 --> cordova serve works fine on iOS On Tue, Nov 12, 2013 at 2:14 PM, Shazron wrote: > I confirm Tim's results (but this was 3.1.0-0.1.0), haven't tried 3.2 rc1 > yet. > >

Re: cordova serve broken

2013-11-12 Thread Shazron
I confirm Tim's results (but this was 3.1.0-0.1.0), haven't tried 3.2 rc1 yet.

Re: cordova serve broken

2013-11-12 Thread Tim Kim
Ya the cordova serve command isn't working for me either. Just did these steps: npm install cordova -g cordova create foo cd foo cordova platform add ios cordova serve ios // says it's now serving on http://0.0.0.0:8000/ // browse to localhost:8000 // see '404 Not Found' On 12 November 2013 14

Re: cordova serve broken

2013-11-12 Thread Brian LeRoux
My definition of working is deployed not 'works on my machine'. =) I'm not comfortable pushing just this. Steve and/or Braden: are we stable to push a release now that this is apparently fixed? On Tue, Nov 12, 2013 at 1:54 PM, Josh Soref wrote: > Brian wrote: > > did you try navigating to loca

Re: cordova serve broken

2013-11-12 Thread Josh Soref
Brian wrote: > did you try navigating to localhost:8000?? > I just updated to latest (deployed) bits and its still broken for me > (can we start a new thread about ./platforms/html5 ?) Jenny is testing cordova-cli @master (git fetch¹d today), and we¹re using cordova-blackberry@3.2.x (git fetch¹d t

Re: cordova serve broken

2013-11-12 Thread Brian LeRoux
did you try navigating to localhost:8000?? I just updated to latest (deployed) bits and its still broken for me (can we start a new thread about ./platforms/html5 ?) On Tue, Nov 12, 2013 at 1:12 PM, Andrew Grieve wrote: > Just synced and cordova serve seems to work fine. Brian - are you sure i

Re: cordova serve broken

2013-11-12 Thread Andrew Grieve
Just synced and cordova serve seems to work fine. Brian - are you sure it's broken? We just had a thread on adding "html5" as a platform. If we did this, would "cordova serve html5" be different from ripple's server? On serve's side - it is actually a customized static file server, since it has a

Re: cordova serve broken

2013-11-07 Thread Michal Mocny
Ah, I'm getting the picture. I've only ever thought of using serve for (a) app harness and (b) livereload on a device. For both those I wouldn't want any mocking of cordova stuff at all. So what Ripple brings to the table is (c) the ability to run on unsupported platforms via browser. I agree w

Re: cordova serve broken

2013-11-07 Thread Brian LeRoux
During the lull in Ripple's development it definitely felt risky but the project has become rather active again of late. The big advantage is the mocking for all the Cordova specific stuff (like deviceready). We do need a lightweight option for App Harness. I believe we can treat Ripple as a middl

Re: cordova serve broken

2013-11-07 Thread Gord Tanner
Yes, Ripple can run chromeless On Thu, Nov 7, 2013 at 8:54 AM, Bryan Higgins wrote: > Is there a JIRA for the serve issue? Josh recently added some content to > make the landing page functional. > > Ripple integration sounds great. Gord - is there a way to make ripple run > chromeless for the ap

Re: cordova serve broken

2013-11-07 Thread Gord Tanner
Ripple already does a livereload (sort of, upon refresh currently). It should be easy to add in support for a file watcher. On Thu, Nov 7, 2013 at 9:33 AM, Carlos Santana wrote: > Gord Can you make shareable branch I want to contribute to effort also. > > In addition of serving with ripple I w

Re: cordova serve broken

2013-11-07 Thread Michal Mocny
Forgive the ignorance, but, why should we be depending on ripple for implementing cordova serve? One advantage I see, is that we already do want to support Ripple as a client, and I'm deducing that Ripple has a server component which serves files, so why reinvent the wheel, lets share code, great.

Re: cordova serve broken

2013-11-07 Thread Carlos Santana
Gord Can you make shareable branch I want to contribute to effort also. In addition of serving with ripple I would like to implement "watch and livereload" for "serve" as user changes files in Project/www/ it calls "prepare" and sends a livereload event to browser. On Thu, Nov 7, 2013 at 8:54 A

Re: cordova serve broken

2013-11-07 Thread Bryan Higgins
Is there a JIRA for the serve issue? Josh recently added some content to make the landing page functional. Ripple integration sounds great. Gord - is there a way to make ripple run chromeless for the app harness? On Thu, Nov 7, 2013 at 7:54 AM, Gord Tanner wrote: > I can code up a quick sample

Re: cordova serve broken

2013-11-07 Thread Gord Tanner
I can code up a quick sample integration to see what cordova serve (powered by ripple) would look like. On Thu, Nov 7, 2013 at 7:16 AM, Josh Soref wrote: > Brian wrote: > > Feels like we're starting to regress rather often on the CLI these past > two releases. > > This is due to not running t

Re: cordova serve broken

2013-11-07 Thread Josh Soref
Brian wrote: > Feels like we're starting to regress rather often on the CLI these past two > releases. > This is due to not running tests (or indeed writing them). > Thats fine. Stuff happens. A gentle reminder: > - If there is a bug: write a test > - If you are adding or refactoring code: run t

Re: cordova serve broken

2013-11-07 Thread Brian LeRoux
Also: wonder if it is time to revisit this as just Ripple. The new version of Ripple is pretty awesome. On Thu, Nov 7, 2013 at 11:54 AM, Brian LeRoux wrote: > Feels like we're starting to regress rather often on the CLI these past > two releases. This is due to not running tests (or indeed wr

cordova serve broken

2013-11-07 Thread Brian LeRoux
Feels like we're starting to regress rather often on the CLI these past two releases. This is due to not running tests (or indeed writing them). Thats fine. Stuff happens. A gentle reminder: - If there is a bug: write a test - If you are adding or refactoring code: run the tests That is all.