Here's my config.json structur:

{
  "name"    : "bibliograph",

  "include" :
  [
    {
      "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
    },
    {
      "path" : "${QXTRANSFORMER_PATH}/bin/qxtransformer.json"
    }
  ],

  "export" :
  [
    .....
  ],

  "let" :
  {
        .....
  },
  
  "jobs" :
  {
      
    "libraries" : 
    {
      "library" :
      [
              .... many, many contribs ....     
      ]
    },
    
    // load third-party scripts before loading qooxdoo
    "common":
    {
      "add-script" :
      [
        {
          "uri" : "../build/resource/persist/persist-all-min.js"
        }
      ]
    },
    
    // source generation only
    "source-script":
    {
      // download contrib code to location that is accessible to web server
in source version
      "cache" :
      {
        "downloads" : "contrib"
      }
    }    
  }
}

-- 
View this message in context: 
http://n2.nabble.com/Plugging-custom-code-in-the-loader-tp4916089p4921676.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