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

Watch doesn't detect addition / deletion of files #45

Closed
rbabayoff opened this issue Oct 3, 2014 · 2 comments
Closed

Watch doesn't detect addition / deletion of files #45

rbabayoff opened this issue Oct 3, 2014 · 2 comments

Comments

@rbabayoff
Copy link

Only file changes are detected.

Platform: ubuntu 12.04.5 guest running on a windows virtualbox host.

Maybe worth to consider moving to https://github.com/paulmillr/chokidar, which is supposedly more robust and is used by karma, among others? Will be happy to work on a pull request for that.

@wilr
Copy link
Owner

wilr commented Oct 28, 2014

PR welcome for it. #37 also had some notes on changing the watch behaviour.

@jhenriquez
Copy link

This is related to an issue in the watch project. We only need to avoid prepending './' in the configuration since cwd is always assumed. I didn't go any deeper into the reasons of this :)

But it's working fine now. @rbabayoff, this can be closed.

@wilr wilr closed this as completed Apr 9, 2015
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

No branches or pull requests

3 participants