Am 17.01.2013 15:40, schrieb thron7:
> Yes, quite, but there is no need to use any real parts. You can just
> split the loader from the application code. In your config.json use
>
> "build-script" : {
>     "packages" : {
>       "parts" : {
>          "boot" : { "include" : [<your normal include list>] },
>         "separate-loader" : true
>       }
>     }
> }
>
> This defines a (trivial) one-part app for the build version, with just
> the minimal "boot" part, but also splits the loader from the app code.
> And there is no need to instrument your code with
> qx.io.PartLoader.require calls, as the boot part is loaded anyway. (For
> a big app, using actual parts beyond "boot" might be a good idea as well.)
>
> T.
>
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

Regards
Dietrich


------------------------------------------------------------------------------
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

Reply via email to