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

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

Open
edeustace opened this issue Mar 9, 2014 · 0 comments

Comments

@edeustace
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant