Jekyll watch reports "ERROR: directory is already being watched"
chalin opened this issue · 2 comments
chalin commented
Jekyll incremental build/serve and watch command (like the one used by ./tool/serve.sh
) will report this error: ERROR: directory is already being watched
.
Unless you're editing files under site-shared, you can safely ignore the error. If you are editing files under site-shared, you might not see updates unless you restart the Jekyll command.
Preliminary investigation suggests that an appropriate plugin tweak and/or extension should allow us to eliminate this error message.
legalcodes commented
+1
As of the time of this comment, jekyll is spitting out this error 7x which creates a lot of line noise when debugging.