Re: [qooxdoo-devel] Mixin Source and Build Version

2010-08-19 Thread Jörg Sandkuhle
Ralf Nieuwenhuijsen schrieb: Hi, Jorg! I'm assuming you have some back-end code (PHP, ruby, whatever) that is providing the final piece of javascript that ties it all together? I think you should be able to do that easily. You can just add javascript to your main html. As long as you have all

Re: [qooxdoo-devel] Mixin Source and Build Version

2010-08-18 Thread Ralf Nieuwenhuijsen
Hi, Jorg! I'm assuming you have some back-end code (PHP, ruby, whatever) that is providing the final piece of javascript that ties it all together? I think you should be able to do that easily. You can just add javascript to your main html. As long as you have all the qooxdoo classes you want to

[qooxdoo-devel] Mixin Source and Build Version

2010-08-18 Thread Jörg Sandkuhle
Hi! Is it possible to mix a build and a source version? What i try to achieve is to generate some part of the source code at runtime. This dynamic generate source code should go into the main html file. I know that this code will not be optimized - but thats ok. The rest of the code can resid