On 04/22/2010 10:36 AM, panyasan wrote:
>
> Hello,
>
> to take up an earlier thread: I am unsuccessful in trying to turn private
> optimization off. Here's the section of my config.json
>
> "jobs" :
> {
> ...
>
> // build generation only
> "source-build" :
> {
> // don't optimize privates
> "code" :
> {
> "=optimize" : ["variables", "basecalls", "strings"]
> }
> }
> }
"source-build" is an arbitrary job name, which will never be used unless
you invoke it directly.
If you want to influence how the build version of your app is generated,
you have to override the "build-script" job. This was correct in the
earlier version of your configuration.
T.
------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel