Skip to main content

Search and Top Navigation

#5044 closed bug (fixed)

Opened January 06, 2010 03:34PM UTC

Closed January 15, 2010 12:44PM UTC

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.

Attachments (0)
Change History (2)

Changed January 15, 2010 12:44PM UTC by jzaefferer comment:1

Fixed in r3684. It said "ui.base.cs" instead of "ui.base.css" in the exclude...

Changed January 15, 2010 12:44PM UTC by jzaefferer comment:2

resolution: → fixed
status: newclosed