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
gulp-watch is triggered by a file that should not match the glob pattern, leading to infinite loop. Is there a workaround?
The culprit seems to be that the _compiled folder is a symlink.
_compiled
Node.js version: v10.16.0 darwin x64 gulp-watch version: 5.0.1 Globs: "./*/styles/**/*.scss" Filepath: /Users/me/project/target/assets/_compiled/styles/main.css Event: change Process CWD: /Users/me/project/target/assets Options:
v10.16.0 darwin x64
5.0.1
"./*/styles/**/*.scss"
/Users/me/project/target/assets/_compiled/styles/main.css
change
/Users/me/project/target/assets
{ "events": [ "add", "change", "unlink" ], "ignoreInitial": true, "readDelay": 10, "verbose": true }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
gulp-watch is triggered by a file that should not match the glob pattern, leading to infinite loop. Is there a workaround?
The culprit seems to be that the
_compiled
folder is a symlink.Node.js version:
v10.16.0 darwin x64
gulp-watch version:
5.0.1
Globs:
"./*/styles/**/*.scss"
Filepath:
/Users/me/project/target/assets/_compiled/styles/main.css
Event:
change
Process CWD:
/Users/me/project/target/assets
Options:
The text was updated successfully, but these errors were encountered: