realise-labs / gulp-boilerplate

A Gulp powered boilerplate for rapid, consistent website delivery
https://www.realise.com/
1 stars 2 forks source link

Caching potentially blocking SASS #55

Closed davidpanik closed 6 years ago

davidpanik commented 6 years ago

This line

.pipe(plugins.cached('sass-develop'))

seems to be stopping the updated CSS reaching the dist folder on changes.