Opened 13 years ago
Closed 13 years ago
#5044 closed bug (fixed)
CSS Build includes both @import statements and the widget's CSS
Reported by: | StevenBlack | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8 |
Component: | [meta] ui.build | Version: | 1.8a2 |
Keywords: | CSS | Cc: | |
Blocked by: | Blocking: |
Description
First post to trac.
Using Ant to build 1.8pre, the aggregate file jquery-ui.css includes both the @import url(...) statements (starting on line 79) but, throughout the file, we see the CSS belonging to each of the widgets being imported.
Expected: no @import url(...) statements in the aggregate .js file.
Not sure if this double-inclusion is intended for the pre-release period, but I can't imagine why.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r3684. It said "ui.base.cs" instead of "ui.base.css" in the exclude...