Skip to content

FIx wrong path creation in css pack#1230

Open
Alexnder wants to merge 1 commit intoezsystems:masterfrom
Alexnder:patch-2
Open

FIx wrong path creation in css pack#1230
Alexnder wants to merge 1 commit intoezsystems:masterfrom
Alexnder:patch-2

Conversation

@Alexnder
Copy link

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.

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.
@andrerom
Copy link
Contributor

andrerom commented Jan 6, 2016

+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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants