Update: "add-script" DOES load the scripts BEFORE qooxdoo - so that's what
you wanted. 

Additionally, there seems like there has been some change in the trunk:

if your add 

    // load third-party scripts before loading qooxdoo
    "common":
    {
      "add-script" :
      [
        {
          "uri" :
"../build/resource/---contrib-name--/your-custom-script.js"
        }
      ]
    }

to your config, you can automatically load scripts from the resource folder
of your contribution - in both the source and build version - you just need
to generate the build once so that the resource files of the used
contributions are copies over.

Thank you qooxdoo team, that's exactly what I needed.

C.  
-- 
View this message in context: 
http://n2.nabble.com/Plugging-custom-code-in-the-loader-tp4916089p4920077.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to