# Theme referring to wrong css

**URL:** https://discourse.roots.io/t/theme-referring-to-wrong-css/12068
**Category:** sage
**Tags:** sage8, gulp
**Created:** 2018-03-29T08:44:41Z
**Posts:** 2

## Post 1 by @anartfulscience — 2018-03-29T08:44:41Z

Hello,

I’m having an issue with the theme build. It keeps referring to main-3cafd35e5e.css, yet when you run gulp && gulp watch the theme links to main.css.

Can you let m know what I’m doing wrong?

Thanks, Stephen

---

## Post 2 by @ben — 2018-03-29T18:04:54Z

Running `gulp` removes the manifest created by the prod build so that shouldn’t happen…

Try running `gulp clean`.
