Skip to content

URLs in CSS being altered during prod build? #850

Closed
@brian428

Description

@brian428

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

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