Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jekyll build already runs sass #47

Open
k-funk opened this issue Jul 9, 2016 · 2 comments
Open

jekyll build already runs sass #47

k-funk opened this issue Jul 9, 2016 · 2 comments

Comments

@k-funk
Copy link

k-funk commented Jul 9, 2016

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
Copy link

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
Copy link
Author

k-funk commented Jul 31, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants