flutter / website

Flutter documentation web site

Home Page:https://docs.flutter.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll watch reports "ERROR: directory is already being watched"

chalin opened this issue · comments

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.

+1

As of the time of this comment, jekyll is spitting out this error 7x which creates a lot of line noise when debugging.