> If I modify the config.json to build custom-mshtml.js, custom-webkit.js, > etc.: what is the proposed way to get the correct > build/scripts/custom-whatever.js script loaded in index.html? >
I don't know of a better way than rolling your own, e.g. by taking advantage of the browser identification that comes with the request to your server and the server returning the right variant, or by adding JS code to your index.html that does that, or by creating a small loader script that is loaded by the index.html and that then loads the correct application script. I've added a bug to have such logic provided by qooxdoo (http://bugzilla.qooxdoo.org/show_bug.cgi?id=2290). Anybody else? T. > ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
