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

Allow options to be passed to chokidar #147

Closed
wants to merge 1 commit into from
Closed

Allow options to be passed to chokidar #147

wants to merge 1 commit into from

Conversation

rdallasgray
Copy link

Allow the user to pass options to chokidar:

var w = watchify(b, {watchOptions: {usePolling: true}});

The example given illustrates my use case -- when developing using Vagrant, filesystem events raised on the host don't propagate to the guest, so I'm forced to use polling.

@rdallasgray
Copy link
Author

(Apologies, should have read the existing PRs more carefully).

@zertosh
Copy link
Member

zertosh commented Mar 23, 2015

Further discussion in #162

@zertosh
Copy link
Member

zertosh commented Mar 30, 2015

Just published 3.0.0 (see #170), it has the ability to use polling.

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

2 participants