http://www.youtube.com/watch?v=a1N2k0-F1pU
On Thu, Nov 14, 2013 at 9:11 AM, Braden Shepherdson <bra...@chromium.org>wrote: > We have reason not to move ./plugins/*.json into .cordova/config.json is > that the latter file doesn't exist unless you're using CLI, whereas Plugman > needs and maintains the ./plugins/*.json files. > > Braden > > > On Thu, Nov 14, 2013 at 9:19 AM, Michal Mocny <mmo...@chromium.org> wrote: > > > ;) http://xkcd.com/927/ > > > > Some more data: > > > > - I've heard discussed before that ./plugins/*.json should be moved in to > > .cordova/config.json, it just hasn't happened yet. > > - The config.xml thats inside your app we've suggested be renamed to > > app.xml for less confusion with the final platform config.xml. > > > > I think there is no reasonable way around having plugin.xml, app.xml, > > defaults.xml, and final config.xml. > > I think it is fine to have a single local config for a cli project > > (.cordova/config.json) and a single global config for plugman/cli > > (~/.cordova, ~/.plugman). > > > > So I guess if the above two points were addressed I would be happy even > > though it seems like a lot at first glance. > > > > -Michal > > > > > > On Wed, Nov 13, 2013 at 11:58 PM, Brian LeRoux <b...@brian.io> wrote: > > > > > Ok. Ya, obviously this is not ideal. I want to get a map of the road > > before > > > we try and throw a highway in. Or another config file. > > > > > > > > > On Wed, Nov 13, 2013 at 6:40 PM, Michal Mocny <mmo...@chromium.org> > > wrote: > > > > > > > - platforms/'s have defaults.xml and the final config.xml > > > > - ~/.cordova/... > > > > - ~/.plugman/config > > > > > > > > Welcome to our world. > > > > > > > > > > > > On Wed, Nov 13, 2013 at 5:45 PM, Steven Gill <stevengil...@gmail.com > > > > > > wrote: > > > > > > > > > each plugin has plugin.xml. > > > > > > > > > > > > > > > On Wed, Nov 13, 2013 at 2:36 PM, Brian LeRoux <b...@brian.io> wrote: > > > > > > > > > > > So we currently have: > > > > > > > > > > > > - config.xml > > > > > > - .cordova/config.json > > > > > > - ./plugins/[PLATFORM].json > > > > > > > > > > > > Am I missing anything? > > > > > > > > > > > > > > > > > > > > >