Hi, I just started again from a fresh tree generated with create-application.py, and I get the same issue.
I can see in build/<app>.js that there is a wrong path to the css: qx.$$loader = { parts : {"boot":[0]}, packages : {"0":{"uris":["__out__:pknyxui.fb9b49ba08dc.js"]}}, urisBefore : [], cssBefore : ["./resource/pknyxui/css/custom.css"], <<<<<<<<<<<<<<<<<<<< boot : "boot", closureParts : {}, bootIsInline : true, addNoCacheParam : false, decodeUris : function(compressedUris) { var libs = qx.$$libraries; ... Shouldn't be something like: cssBefore : ["./resource/pknyxui/qx/mobile/css/custom.css"], ? -- Frédéric ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel