Closed
Description
After updating my seed recently, I'm seeing some odd behavior related to relative URLs in some of my CSS files. I'm not sure if this is a bug, but things were fine before I updated to the latest code.
In one of my CSS assets (fontawesome), there are relative URLs like this:
src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
However, after a prod build, this comes out in my all.css
file like this:
src:url(../../../../src/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.1)
Was a task or processor added recently that could be altering these relative URLs?
Metadata
Metadata
Assignees
Labels
No labels