Opened 12 years ago

Closed 10 years ago

#7406 closed bug (notabug)

Themes: Individual files are included in wrong order

Reported by: Scott González Owned by:
Priority: minor Milestone: none
Component: ui.css-framework Version: 1.8.13
Keywords: Cc:
Blocked by: Blocking:

Description

@import only preserves order within a single file. We currently nest our @imports so the files are not included in the expected order. This results in the single minified file having the individual files included in a different order. Compare where the ui-widget rules are in the theme and the start theme.

Change History (6)

comment:1 Changed 12 years ago by techtangents

Where is the minification for themes done?

comment:2 Changed 12 years ago by Scott González

On the web server, which is currently in a private SVN repo. The site is being moved to Git for the 1.9 release and the entire site will be rewritten. This will be addressed at that time.

comment:3 Changed 10 years ago by Scott González

Milestone: 1.9.01.10.0

comment:4 Changed 10 years ago by mikesherov

Status: newopen

comment:5 Changed 10 years ago by tj.vantoll

Milestone: 1.10.0none

comment:6 Changed 10 years ago by Scott González

Resolution: notabug
Status: openclosed

I can't remember why I opened this, but the order of our files shouldn't matter. We also plan to remove the extra level of imports.

Note: See TracTickets for help on using tickets.