shakyShane / jekyll-gulp-sass-browser-sync

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

Gulp does not compile after direct editing on includes #70

Open nuriasakura opened 6 years ago

nuriasakura commented 6 years ago

I am not sure if I can ask this here because it includes jade as well...

So i followed travis from Devtips, and thats how I ended up here. I was doing pretty well on my website. but then I was trying to highlight the navigation and it wasnt working So I decided to edit in the include file (html) instead of in the original jade file (which was supposed to be compiled into the include file in html) and since then, it stopped compiling. Whatever I create or edit on the jadefiles folder, it does not compile into html includes... and I havent changed anything on the gulpfile or anyother place....

suggestions for what might be?

EDIT: I did not find the problem but I found a solution. I ran just "gulp jade" on the terminal. (you may delete this post ^^)