website
website copied to clipboard
Jekyll watch symlink error
I believe this error is happening because of a symlink in the _docs directory. Doesn't seem to be breaking the build, but it would be nice to handle it better.
Configuration file: /home/vivian/dev/certbot/_config.yml
Source: /home/vivian/dev/certbot
Destination: /home/vivian/dev/certbot/_site
Incremental build: disabled. Enable with --incremental
Generating...
done in 0.112 seconds.
** ERROR: directory is already being watched! **
Directory: /home/vivian/dev/certbot/_docs/venv/local/bin
is already being watched through: /home/vivian/dev/certbot/_docs/venv/bin
MORE INFO: https://github.com/guard/listen/wiki/Duplicate-directory-errors
https://github.com/guard/listen/wiki/Duplicate-directory-errors makes it sound difficult to fix.
Easiest thing I can think of would be to create a new top-level directory for the project, and put anything that jekyll doesn't need to watch up there.