Skip to content

Css concatenation breaks paths if concatenated css is at a different path to source css. #24

@edeustace

Description

@edeustace

If you have a folder like:

/css
  one.css
  two/
    two.css
    img.png

and in two.css you have:

.style {
  background-image: url('img.png')
}

After concatenation the css will break because it's trying to load 'img.png' from a file called: css/css-1111.css.

That is - the paths aren't maintained.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions