Re: [qooxdoo-devel] Qooxdoo Build process and a CDN

2010-07-21 Thread Daniel Wagner
Hi Dan, you can set the value of compile-options/uris/resource to an absolute URI in your "build" job: http://manual.qooxdoo.org/1.2-pre/pages/tool/generator_config_ref.html#compile-options Regards, Daniel mootcycle schrieb: > I've been looking for a way in the build process to allow for a CD

[qooxdoo-devel] Qooxdoo Build process and a CDN

2010-07-20 Thread mootcycle
I've been looking for a way in the build process to allow for a CDN to have a mirror of the local asset folders. For example, if I have a file... myapp/source/resource/myapp/image/tray.png ...stored locally and I refer to it in my code with the asset tag... #asset(myapp/image/tray.png) ...and