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 relative and absolute paths #11

Open
Janhouse opened this issue Nov 25, 2014 · 0 comments
Open

CSS relative and absolute paths #11

Janhouse opened this issue Nov 25, 2014 · 0 comments

Comments

@Janhouse
Copy link

Hi!

It seems like granule changes paths in CSS files even if they start with "/" but it should not happen.
If I try to use absolute path without the domain name in CSS (located at /module/_ui/desktop/themes/file.css) like this:

background-image: url('/module/_ui/desktop/themes/images/someimage.jpg');

granule adds the relative path and the line ends up like this:

background-image: url('_ui/desktop/themes/module/_ui/desktop/themes/images/someimage.jpg');

Is there possibly some undocumented feature that fixes this?

Best regards,
Janis

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