Jekyll does not regenerate

I experimented with Jekyll, and I cannot get Jekyll to restore file changes (jekyll -server -auto). I use Sass, but I can not get it to work with regular css. I tried plugins, I tried to pull other people's repositories and just use the code there, but no luck. What am I doing wrong?

+5
source share
2 answers

This is a gem problem. Easy fix:

gem uninstall directory_watcher
gem install directory_watcher -v 1.4.1

Here is the link for the link: https://github.com/mojombo/jekyll/issues/970

+3
source

I had a problem when I installed the Sitemap plugin. As soon as I removed the plugin, the site started generating again.

0
source

All Articles