Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIx wrong path creation in css pack #1230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 24, 2015

  1. FIx wrong path creation in css pack

    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 committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    655270f View commit details
    Browse the repository at this point in the history