Re: [qooxdoo-devel] configure file name for parts

2013-04-08 Thread jabraham
Thanks T. Any suggestions on how I would go about this? The app I am building is a device UI. When we ship to customers, there are some customer specific themes that we package. Currently we build a separate image for each customer. This results in (# parts * # customer) js output files, which a

Re: [qooxdoo-devel] configure file name for parts

2013-04-08 Thread thron7
On 04/05/2013 01:41 AM, jabraham wrote: > Hi All > > Is it possible to configure the name of the output js file for a configured > app. > > Currently my app is composed of 4 parts, 2 of which are themes. > So after a build, I have the following files > > myApp.38e44c59e296.js > myApp.1774ff302f99.

Re: [qooxdoo-devel] configure file name for parts

2013-04-05 Thread jabraham
Thanks Michal In re reading my post, I realized that I did a bad job of explaining my requirement. I already use parts in my App and everything works fine. I was wondering if there was anyway to generate the part js file with a specific name. for example the output files after compiling look lik

Re: [qooxdoo-devel] configure file name for parts

2013-04-04 Thread Michal Dvořák
Hello, look at the "parts", thats what you will need. Note that build job generates just one js file (without parts). What you are using is source-hybrid job. Splitting the application other ways is not supported. Cheers On Fri, Apr 5, 2013 at 1:41 AM, jabraham wrote: > Hi All > > Is it possib

[qooxdoo-devel] configure file name for parts

2013-04-04 Thread jabraham
Hi All Is it possible to configure the name of the output js file for a configured app. Currently my app is composed of 4 parts, 2 of which are themes. So after a build, I have the following files myApp.38e44c59e296.js myApp.1774ff302f99.js myApp.c3b119790dc8.js myApp.e12092905737.js myApp.js I