Skip to main content

Search and Top Navigation

#7406 closed bug (notabug)

Opened May 20, 2011 01:48PM UTC

Closed April 25, 2013 01:36PM UTC

Themes: Individual files are included in wrong order

Reported by: scottgonzalez 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.

Attachments (0)
Change History (6)

Changed May 23, 2011 11:56AM UTC by techtangents comment:1

Where is the minification for themes done?

Changed May 23, 2011 12:06PM UTC by scottgonzalez comment:2

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.

Changed October 11, 2012 02:40PM UTC by scottgonzalez comment:3

milestone: 1.9.01.10.0

Changed October 17, 2012 10:19PM UTC by mikesherov comment:4

status: newopen

Changed January 25, 2013 09:23PM UTC by tj.vantoll comment:5

milestone: 1.10.0none

Changed April 25, 2013 01:36PM UTC by scottgonzalez comment:6

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.