Jekyll build not updating after running gulp
Creativenauts opened this issue · 2 comments
After running gulp command everything looks to be working fine but jekyll rebuild never occurs. If I run jekyll serve command, everything builds just fine. Not sure what the problem is here as it doesn't show any errors. Anyone else experiencing this issue?
FYI, I'm on windows, go figure :*(
Worked on this a bit more but still a bit stumped. When I run the gulp command I still do not see any errors and everything looks to be building just fine. For example, the css updates just fine but anytime I make edits to index.html it doesn't rebuild. If I stop Gulp and run "Jekyll Serve" everything works as expected.
Fixed by using:
'return cp.spawn('jekyll.bat', ['build'], {stdio: 'inherit'}).on('close', done);'