Skip to content
New issue

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

disableGlobbing option, added in Chokidar 1.7.0 #343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lorenzos
Copy link

@lorenzos lorenzos commented May 11, 2017

In Chokidar 1.7.0 a new option has been added to bypass a long lasting issue about directories with name including glob characters, like parenthesis.

This PR adds a new disableGlobbing option on watchify, and passes it to Chokidar. I also added --disable-globbing to the command line interface, although its short version it's missing because --dg is already a completely unrelated browserify option.

@lorenzos lorenzos changed the title Added disableGlobbing option, added in Chokidar 1.7.0 disableGlobbing option, added in Chokidar 1.7.0 May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant