RenatoSousa89 / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 0 forks source link

Ajax-Libraries - dojo dojo build script - no CSS optimization #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by internal...@gmail.com on 30 May 2008 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by jrgeer...@gmail.com on 4 Jun 2008 at 12:46