I've wanted to add Cordova plugin dependencies to the app's top-level config.xml for a long time, but it's never reached the top of my priorities. I think with that support, we can avoid checking in ./plugins/ and ./platforms altogether for 99% of app developers. If it doesn't solve anyone's use case, I'd love to hear about it.
Braden On Tue, Dec 31, 2013 at 2:03 PM, Ross Gerbasi <rgerb...@gmail.com> wrote: > CB-4624 is exactly what I am looking for. I am not sure if it should be > config.xml or some other config file, it probably doesn't matter much when > it comes down to it. Is there any rules currently in place, like CLI > doesn't touch config.xml? > > > On Tue, Dec 31, 2013 at 12:27 PM, Andrew Grieve <agri...@chromium.org > >wrote: > > > I think https://issues.apache.org/jira/browse/CB-4624 is the relevant > > issue > > here. Please add comments to it if it's not spec'ed or good enough. > > > > Also related is https://issues.apache.org/jira/browse/CB-5006 - meant to > > address local repos of plugins. > > > > > > On Tue, Dec 31, 2013 at 3:02 AM, Andrey Kurdumov < > kant2...@googlemail.com > > >wrote: > > > > > Hi all, > > > > > > Would be very helpful if you change formatting of the plugins manifest > > > files (android.json, ios.json). Currently it is print all JSON string > to > > > the big single line, which difficult to merge when needed. > > > > > >