browserify / watchify

watch mode for browserify builds
Other
1.79k stars 203 forks source link

disableGlobbing option, added in Chokidar 1.7.0 #343

Open lorenzos opened 7 years ago

lorenzos commented 7 years ago

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.