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
comment:2 Changed 12 years ago by
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
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:4 Changed 10 years ago by
Status: | new → open |
---|
comment:5 Changed 10 years ago by
Milestone: | 1.10.0 → none |
---|
comment:6 Changed 10 years ago by
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?