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 comment:1
Changed May 23, 2011 12:06PM UTC by 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 comment:3
milestone: | 1.9.0 → 1.10.0 |
---|
Changed October 17, 2012 10:19PM UTC by comment:4
status: | new → open |
---|
Changed January 25, 2013 09:23PM UTC by comment:5
milestone: | 1.10.0 → none |
---|
Changed April 25, 2013 01:36PM UTC by comment:6
resolution: | → notabug |
---|---|
status: | open → closed |
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.
Where is the minification for themes done?