For the http://127.0.0.1:8000/source/ urls I made it work by adding this dictionary in library section in config.json
{ "manifest": "./Manifest.json", "uri": "/static/vendors/qssite" } but how can I do the same for the http://127.0.0.1:8000/script/qssite.1465c2832300.js urls? On 07/06/2015 12:37 μμ, voger wrote: > I want to run the source version from a Django server. The main file is > loaded from the url > > "http://127.0.0.1:8000/static/vendors/qssite/source/script/qssite.js" > > static/ is an actial folder in the app.The file loads fine. However when > it requests the subsequent files (libraries, resources etc) it requests > them from the urls like > > http://127.0.0.1:8000/script/qssite.1465c2832300.js > http://127.0.0.1:8000/source/class/qssite/theme/Decoration.js > > How can I tell qooxdoo to insert /static/vendors/qssite in these urls? > > > ------------------------------------------------------------------------------ > _______________________________________________ > qooxdoo-devel mailing list > qooxdoo-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel