Hi, I seem to stumble across many issues in the current project im working on, that I can't even replicate on other grav installations.
For some reason the relative urls in my CSS files are not being rewritten, even tho its enabled.
If i enable CSS pipelining and CSS rewrite the output for any background image in my css follows the following path/pattern.
grav/images/cd-top-arrow.svg
whereas it should be
grav/user/themes/themename/images/cd-top-arrow.svg
The moment i turn off CSS pipelining its working fine again.
I tried to replicate this on 2 different grav installations that i have running and there it works fine.
anyone else had this problem?