shakyShane/jekyll-gulp-sass-browser-sync

jekyll build already runs sass

k-funk opened this issue · 2 comments

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?

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.

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