shakyShane / jekyll-gulp-sass-browser-sync

A starter project including full setup for Jekyll, GulpJS, SASS & BrowserSync
728 stars 169 forks source link

jekyll build already runs sass #47

Open k-funk opened 8 years ago

k-funk commented 8 years ago

This may not be an issue, but more of question:

When you run jekyll build from a fresh install (jekyll new myblog), it's already processing sass. Won't sass be run by both gulp and jekyll when starting the server?

nicolas-arnold commented 8 years ago

In his video (Design + Code - Hour 4.1) Travis (DevTips) suggests it may have to do with speeding up the BrowserSync process, with Jekyll being a little slow(er) at compiling the sass.

k-funk commented 8 years ago

My point is that Jekyll is running ruby sass, and gulp sass is running nose sass. On each build/reload, I believe that both are running, and you need to find a way to stop Jekyll from running ruby sass