As this concerns the library structure, those settings are captured in the Manifest.json (and not in any config.json). See the "provides" section in the Manifest.json. The paths you enter there are interpreted relative to the directory of the manifest file.
index.hmtl is different. If you want to place the index.html outside your "js" folder, you have to - edit it for source and build version individually, - add in your config.json an adapted "compile-options/paths/app-root" for the "source" job, - adapt the "build-files" job for the copying of index.html to the "build" folder (I hope that's all). T. > �ow do I change config.json in my inline application to move all folders > (class, resource, script, translation) inside other folder, for example > "js". I need this structure: > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/How-to-change-source-and-build-folders-tp7117997p7117997.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join > http://p.sf.net/sfu/intel-appdev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
