What steps will reproduce the problem?
--------------------------------------
1. downloading any dojo Ajax libary and 'require'-ing dijit widgets
2.
3.
What is the expected output? What do you see instead?
-----------------------------------------------------
I would expect that the theme CSS would have been built and all inidvidual
dijit widget CSS files imported, but what I get is a raw tundra.css as follows:
@import "../dijit.css";
@import "Common.css";
@import "layout/TabContainer.css";
...
which download all the individual CSS files
What version of the product are you using? On what operating system?
--------------------------------------------------------------------
dojo 1.1.1 loaded via script tags.
Please provide any additional information below.
Original issue reported on code.google.com by rsaccon on 29 May 2008 at 5:38
Original issue reported on code.google.com by
rsaccon
on 29 May 2008 at 5:38