You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?The text was updated successfully, but these errors were encountered: