Re: About cordova js

2014-04-04 Thread Anis KADRI
There is too much content in this thread so I am going to break it down to smaller threads. On Fri, Apr 4, 2014 at 5:44 PM, Anis KADRI wrote: > > > > On Thu, Apr 3, 2014 at 11:47 AM, Michal Mocny wrote: > >> On Thu, Apr 3, 2014 at 11:18 AM, Andrew Grieve >> wrote: >> >> > On Tue, Apr 1, 2014

Re: About cordova js

2014-04-04 Thread Anis KADRI
On Thu, Apr 3, 2014 at 11:47 AM, Michal Mocny wrote: > On Thu, Apr 3, 2014 at 11:18 AM, Andrew Grieve > wrote: > > > On Tue, Apr 1, 2014 at 12:49 PM, Brian LeRoux wrote: > > > > > So, this is a huge refactor, but its also a step in the right > direction. > > In > > > order for this to mainline

Re: About cordova js

2014-04-04 Thread Anis KADRI
On Thu, Apr 3, 2014 at 8:18 AM, Andrew Grieve wrote: > On Tue, Apr 1, 2014 at 12:49 PM, Brian LeRoux wrote: > > > So, this is a huge refactor, but its also a step in the right direction. > In > > order for this to mainline though we need everyone to buy into the > > approach. > > > > - Simplifie

Re: About cordova js

2014-04-03 Thread Michal Mocny
On Thu, Apr 3, 2014 at 2:50 PM, Michal Mocny wrote: > > > > On Thu, Apr 3, 2014 at 2:47 PM, Michal Mocny wrote: > >> >> >> >> On Thu, Apr 3, 2014 at 11:18 AM, Andrew Grieve wrote: >> >>> On Tue, Apr 1, 2014 at 12:49 PM, Brian LeRoux wrote: >>> >>> > So, this is a huge refactor, but its also a s

Re: About cordova js

2014-04-03 Thread Michal Mocny
On Thu, Apr 3, 2014 at 2:47 PM, Michal Mocny wrote: > > > > On Thu, Apr 3, 2014 at 11:18 AM, Andrew Grieve wrote: > >> On Tue, Apr 1, 2014 at 12:49 PM, Brian LeRoux wrote: >> >> > So, this is a huge refactor, but its also a step in the right >> direction. In >> > order for this to mainline thoug

Re: About cordova js

2014-04-03 Thread Michal Mocny
On Thu, Apr 3, 2014 at 11:18 AM, Andrew Grieve wrote: > On Tue, Apr 1, 2014 at 12:49 PM, Brian LeRoux wrote: > > > So, this is a huge refactor, but its also a step in the right direction. > In > > order for this to mainline though we need everyone to buy into the > > approach. > > > > - Simplifi

Re: About cordova js

2014-04-03 Thread Andrew Grieve
On Tue, Apr 1, 2014 at 12:49 PM, Brian LeRoux wrote: > So, this is a huge refactor, but its also a step in the right direction. In > order for this to mainline though we need everyone to buy into the > approach. > > - Simplified code (just less of it in general too) > - Not maintaining our own mo

RE: About cordova js

2014-04-03 Thread Jonathan Bond-Caron
On Tue Apr 1 07:27 AM, Anis KADRI wrote: > I've been working on an alternative build system for cordova-js over the last > little > while and I finally have something to share. > Personally like this direction > > Some random thoughts for the future: > - clobbers/merges/runs should be useless.

Re: About cordova js

2014-04-01 Thread Brian LeRoux
So, this is a huge refactor, but its also a step in the right direction. In order for this to mainline though we need everyone to buy into the approach. - Simplified code (just less of it in general too) - Not maintaining our own module loader - Enables npm dep workflows instead of inventing our o

About cordova js

2014-04-01 Thread Anis KADRI
I've been working on an alternative build system for cordova-js over the last little while and I finally have something to share. TL;DR - cordova.js includes all the plugins (no more cordova_plugins.js and double plugin loading/mapping). - cordova-js is an npm module that is used by plugman to bu