#5839 closed defect (fixed)
[patch] [cla] Problem with flattenCss on nested imports in different directories
Reported by: | nathan | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | BuildSystem | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Given this directory structure: a
b
c
and files a/a.css, a/b/b.css, a/b/c/c.css with contents: a.css: /*CSS CONTENT */ b.css: @import url("../a.css"); c.css: @import url("../b.css");
the flattenCss fails importing a.css. When recursively calling flattenCss, the full path name should be used. A patch follows.
This is using svn revision 12410
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | build.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | → 1.1 |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Cc: | nathan added; [email protected]… removed |
---|
comment:4 Changed 13 years ago by
Cc: | nathan removed |
---|---|
Reporter: | changed from guest to nathan |
Note: See
TracTickets for help on using
tickets.
Use full path name when recursively calling flattenCss