Thank you Thomas.

I'm now having app.js (the loader) and app_<somechecksum>.js with the rest.

So I would inhibit caching for index.html and app.js while 
app_<somechecksum>.js is allowed to be cached, because, if necessary, 
app.js (which is uncached) then loads a new app_<someotherchecksum>.js 
if the name has changed.

Right?

Regards
Dietrich

Am 17.01.2013 17:16, schrieb thron7:
> On 01/17/2013 04:26 PM, Dietrich Streifert wrote:
>
>> Thank you Thomas, but what do you mean with [<your normal include list>]?
>>
>> using
>>
>>        "build-script" :
>>        {
>>          "packages" : {
>>            "parts" : {
>>              "boot" : {
>>                "include" : ["${APPLICATION}.*"]
>>              },
>>              "separate-loader" : true
>>            }
>>          }
>>        }
>>
>> gives a stack trace in generator.py
> The "normal" include list for a compile job is
> ["${APPLICATION_MAIN_CLASS}", "${QXTHEME}"]. If you haven't overridden
> the "include" key in any of your source or build jobs, you can use this
> value literally.
>
> Ah, and I've added "separate-loader" at the wrong level, sorry (that's
> probably the stack trace). So the entire entry should be:
>
>       "build-script" : {
>         "packages" : {
>           "parts" : {
>             "boot" : {
>               "include" : ["${APPLICATION_MAIN_CLASS}", "${QXTHEME}"]
>             }
>           }
>           ,"separate-loader" : true
>         }
>       }
>
>
> T.
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122712
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to