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

ignores files in symlinked folders #42

Open
subtleGradient opened this issue Feb 23, 2015 · 6 comments
Open

ignores files in symlinked folders #42

subtleGradient opened this issue Feb 23, 2015 · 6 comments

Comments

@subtleGradient
Copy link

No description provided.

@subtleGradient
Copy link
Author

I'll send a PR soon

@amasad
Copy link
Owner

amasad commented Feb 23, 2015

💃

@subtleGradient
Copy link
Author

Actually, I won't.
There are too many other things that don't support symlinks, so I'm using hard links instead.

@nesevis
Copy link

nesevis commented Jun 24, 2015

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.

@amasad
Copy link
Owner

amasad commented Jun 24, 2015

Do you have watchman installed?

On Tuesday, June 23, 2015, nesevis [email protected] wrote:

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.


Reply to this email directly or view it on GitHub
#42 (comment).

@nesevis
Copy link

nesevis commented Jun 24, 2015

No, I was using nodeWatcher.

Trying with watchman—that doesn't work either (but watchman isn't meant to follow symlinks, correct?)

oligot pushed a commit to oligot/jspm-cli that referenced this issue Apr 7, 2016
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
oligot pushed a commit to oligot/jspm-cli that referenced this issue Apr 7, 2016
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
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