Re: adding 'browser' as a platform for cordova.js

2013-12-09 Thread Brian LeRoux
Quick update. We have a repo for this: https://git-wip-us.apache.org/repos/asf?p=cordova-browser.git On Tue, Dec 10, 2013 at 9:32 AM, Brian LeRoux wrote: > Answers to Jesse inline (and should answer other queries too). > > > >> Interesting. Can you elaborate on use-cases that this would make

Re: adding 'browser' as a platform for cordova.js

2013-12-09 Thread Brian LeRoux
Answers to Jesse inline (and should answer other queries too). > Interesting. Can you elaborate on use-cases that this would make sense > for? > > In order of selfish priority. - Browser targeted deployment (an original goal of that PhoneGap thing we based our efforts on) - Surfacing platform

Re: adding 'browser' as a platform for cordova.js

2013-12-09 Thread Anis KADRI
I like this a lot too. I'd be happy to help out in this effort. On Mon, Dec 9, 2013 at 10:53 AM, Jesse wrote: > Interesting. Can you elaborate on use-cases that this would make sense for? > >>> When I do use this in a browser I get an error looking for >>> cordova_plugins.js ...how do we feel th

Re: adding 'browser' as a platform for cordova.js

2013-12-09 Thread Christian Grobmeier
Hey Brian, On 9 Dec 2013, at 7:24, Brian LeRoux wrote: More for discussion than review. I like this upcoming feature a lot. Maybe I do something wrong, but it seems people should work in the /www folder and run i.e. "cordova build ios" to test. My problem always was the build took to long. S

Re: adding 'browser' as a platform for cordova.js

2013-12-09 Thread Jesse
Interesting. Can you elaborate on use-cases that this would make sense for? >> When I do use this in a browser I get an error looking for >> cordova_plugins.js ...how do we feel this should be handled? > I think this file is created the first time you install a plugin. It is acceptable that cor

Re: adding 'browser' as a platform for cordova.js

2013-12-09 Thread Andrew Grieve
Browser as a platform => Like a lot! On Mon, Dec 9, 2013 at 1:24 AM, Brian LeRoux wrote: > More for discussion than review. > > https://github.com/apache/cordova-js/pull/57/files > > Clocks in at a disturbing 44kb so we clearly have room for optimization on > the baseline of our platform. (Not

adding 'browser' as a platform for cordova.js

2013-12-08 Thread Brian LeRoux
More for discussion than review. https://github.com/apache/cordova-js/pull/57/files Clocks in at a disturbing 44kb so we clearly have room for optimization on the baseline of our platform. (Not a criticism: an observation.) I have a few questions for them whom are more familiar w/ cordova.js tha