ezpublish-legacy icon indicating copy to clipboard operation
ezpublish-legacy copied to clipboard

FIx wrong path creation in css pack

Open Alexnder opened this issue 9 years ago • 1 comments

If you have several files of one font, for ex.: url(fonts/font.woff) url(fonts/font.woff2) It's pack to this:

url(/design/siteaccess/stylesheets/fonts/font.woff)
url(/design/siteaccess/stylesheets//design/siteaccess/stylesheets/fonts/font.woff2)

The commit fix this bug.

Alexnder avatar Dec 24 '15 10:12 Alexnder

+0,5 as we don't have any unit tests here so a full +1 will need a bit more testing from community (one alternative is that we merge and await backports until the patch has been in circulation for some months to await possible feedback)

andrerom avatar Jan 06 '16 12:01 andrerom