Setting processCssUrls with bud

Is it possible to set processCssUrls: false (or the equivalent) with bud? I’m familiar enough with mix but very new to bud.

I’ve got a background image set like this: background-image: url(../images/hero-shape.svg); which is being transformed to: background-image: url(../images/hero-shape/.svg);

1 Like

I have got the same issue. I also would like to receive a solution to this.

FYI in case anyone else runs across this - this was fixed for me when I updated bud to 5.4.0. Better SVG handling was added sometime after 5.2.0.

1 Like