On 03/05/2013 01:54 PM, Richard Sternagel wrote:
> Hi jabraham,
>
> you can store your custom CSS in for example
> "{yourAppRoot}/source/resource/{yourAppName}/css/foo.css".
>
> After that you have to configure, that you want this file available
> in your desired jobs. So if you want this file for "./generate.py
> source" and "./generate.py build" you would add this to your "config.json":You should also "require" the CSS in your application, e.g. in your main class, so it gets copied to the build version. If you have started from a standard skeleton this is covered by the /* #asset(<app_namespace>/*) */ section at the top of your main class. If this is missing add a similar comment. T. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
