Gulp and relative paths in CSS

I’ve recently started using Sage as a starting point to develop themes, mostly for its LESS integration and Gulp. The problem is, when I use gulp to minify my CSS, it’s screwing up any relative paths to images in the minified file.

So ‘…/…/_images/’ becomes ‘/_images/’ in the minified file.

Is this intentional on gulp’s part? If so, why, and what sort of solutions do you recommend for using relative paths in LESS files?

Thanks in advance.

We just patched this up. The fix is here: https://github.com/roots/sage/commit/cf928c85eb98c64dd719bee1d4c4d70539c29b1f

We’ll be releasing an update shortly

Thanks, You guys are quick!