I didn't know about {project-name}-config.xml. That could be really useful. {project-name} would be the name of the main class you pass to the compiler right, so if I had HelloWorld.as, it would be HelloWorld-config.xml?
- Josh On Thu, Jun 9, 2016 at 12:47 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 6/9/16, 9:47 AM, "jude" <flexcapaci...@gmail.com> wrote: > > >Is it possible to use local config files? So using your example, we could > >create a ../src/jquery-cordova-googlemaps-config.xml config in your > >project? > > For sure. You can create bunches of -config.xml files and specify them > with -load-config, but you can only use +configname once. And also, the > compiler automatically loads {project-name}-config.xml if there is one. > > -Alex > >