Hi Kora,

you have to introduce a new job in your "config.json" and then use the 
config key "add-css" [1]. After additionally exporting your new job
you can run "./generate.py source-custom" (name is of course arbitrary). 
This can also be done for an equivalent build job.

  config.json
.------------
| {
|   ...
|
|   "export" :
|   [
|     ...
|     "source-custom",
|     ...
|   ],
|
|   ...
|
|   "jobs" :
|   {
|     ...
|
|     "source-custom" :
|     {
|       "extend": ["source"],
|       "add-css" : [
|         {
|           "uri" : "resource/custom/custom.css"
|         }
|       ]
|     },
|
|     ...
|   }
|
|   ...
| }
|

[1] 
http://manual.qooxdoo.org/2.1.1/pages/tool/generator/generator_config_ref.html#add-css

Regards
Richard

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to