I have a variable called __static_path, defined before all <script> that
indicates where my static contents is stored.

In the code generated by qooxdoo I have the following line:

var libinfo = 
{"__out__":{"sourceUri":"static/script"},"chat":{"resourceUri":"static/resource",


That I configures through config.json:

 64     "build-script" :
 65     {
 66       "compile-options" :
 67       {
...
 76         "uris"   :
 77         {
 78           "script" : "static/script",
 79           "resource" : "static/resource"
 80         }
 81       }
 82     }

But how can I specify variable (__static_path) in config.json?

Thanks in advance.

Caio Ariede
http://caioariede.com/
------------------------------------------------------------------------------
Download Intel&#174; 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