On Wed, Feb 2, 2011 at 07:05, Derrell Lipman <
[email protected]> wrote:

> On Wed, Feb 2, 2011 at 06:56, josefkoller <[email protected]>wrote:
>
>> What I have to do to get my Applications.js script in firebug to set
>> breakpoints, ect.?
>>
>
> You're on the right track. Instead of editing a file after running
> generate.py, though, this can be configured so that it never adds the cache
> parameter when using the source version. I don't have the qooxdoo source
> convenient, but I'm pretty sure that there's an entry you put in config.json
> that changes that setting. If you look at the config.json documentation,
> it's almost certainly mentioned there... or someone else will pipe in with
> the proper setting.
>

Here's the setting I was referring to. I believe this is what you need to
add to your config.json to remove the nocache parameter:

"jobs" :
 {
   "source-script" :
   {
     "compile-options" :
     {
       "uris" : {
         "add-nocache-param" : false
       }
     }
   }
 }

Derrell
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to