# Any idea how to make this work on Sage with gulp?

**URL:** https://discourse.roots.io/t/any-idea-how-to-make-this-work-on-sage-with-gulp/5148
**Category:** uncategorized
**Created:** 2015-10-28T12:10:17Z
**Posts:** 3

## Post 1 by @ravikumarg — 2015-10-28T12:10:18Z

I would like to know the best way to accomplish this using the latest gulp workflow.

Continuing the discussion from [Glyphicons not working when using minified CSS](https://discourse.roots.io/t/glyphicons-not-working-when-using-minified-css/2220/3):

> [@Glyphicons not working when using minified CSS](https://discourse.roots.io/t/glyphicons-not-working-when-using-minified-css/2220/3):
>
> Try this:
> 
> 1. Copy the fonts from vendor/bootstrap to assets/
> 
> 2.Change the assets/less/\_variables.less from:
> 
> ```
> // Glyphicons path
> // -------------------------
> 
> @icon-font-path: "../vendor/bootstrap/fonts/";
> ```
> 
> To:
> 
> ```
> @icon-font-path: "../fonts/";
> ```
> 
> 3.Then build and deploy.

---

## Post 2 by @heitorss — 2015-12-20T18:41:21Z

These lines should make it work:

[https://github.com/roots/sage/blob/master/gulpfile.js#L202-L210](https://github.com/roots/sage/blob/master/gulpfile.js#L202-L210)

Is it working?

---

## Post 3 by @ravikumarg — 2016-02-29T17:34:40Z

Thanks. I will check and report back on this thread.
