We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guard
Guard cannot cope appropriately with the many symlinks from the .wercker build directory causing duplicate watching errors:
.wercker
** ERROR: directory is already being watched! **
ignore
This issue is further described in https://github.com/guard/listen/wiki/Duplicate-directory-errors There seems to be no suitable solution beyond the workarounds: a) Downgrade to the listen gem 2.7 b) Monkey-path listen to suppress the error message
The text was updated successfully, but these errors were encountered:
My solution to this is to set $WERCKER_WORKING_DIR to something outside the project directory, i.e. ~/.wercker/projects.
$WERCKER_WORKING_DIR
~/.wercker/projects
Sorry, something went wrong.
Thanks for the hint 👍
Much better, solves the issue.
No branches or pull requests
Guard cannot cope appropriately with the many symlinks from the
.wercker
build directory causing duplicate watching errors:ignore
clause cannot be used in the GuardfileThis issue is further described in https://github.com/guard/listen/wiki/Duplicate-directory-errors
There seems to be no suitable solution beyond the workarounds:
a) Downgrade to the listen gem 2.7
b) Monkey-path listen to suppress the error message
The text was updated successfully, but these errors were encountered: