Opened 10 years ago
Closed 10 years ago
#13203 closed defect (fixed)
css in comments confuses css optimizer in build app
Reported by: | Rawld Gill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | BuildSystem | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The current algorithm deletes comments after the css has been flattened. This causes problems when the comments in the css contain text that fools the regexs. This is also the behavior in v1.6-.
Comment removal should be moved to before css flattening.
Note: See
TracTickets for help on using
tickets.
(In [25471]) moved comment removal in css optimizing to before flattening; fixes #13203