-
Notifications
You must be signed in to change notification settings - Fork 66
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
ignores files in symlinked folders #42
Comments
I'll send a PR soon |
💃 |
Actually, I won't. |
I'm having this problem too, using Ember-CLI. I am symlinking an entire directory, but am not getting automatic rebuilds when using ember serve. |
Do you have watchman installed? On Tuesday, June 23, 2015, nesevis [email protected] wrote:
|
No, I was using nodeWatcher. Trying with watchman—that doesn't work either (but watchman isn't meant to follow symlinks, correct?) |
sane doesn't support symlinks[1]. Let's switch back to chokidar which supports symlinks. Only tested on Linux: should probably test on Windows and OS X to see if it works as expected. [1] amasad/sane#42
sane doesn't support symlinks[1]. Let's switch back to chokidar which supports symlinks. Only tested on Linux: should probably test on Windows and OS X to see if it works as expected. [1] amasad/sane#42
No description provided.
The text was updated successfully, but these errors were encountered: