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

Files via symlinks are not watched (OS/X). #1566

Open
richburdon opened this issue Aug 20, 2015 · 3 comments
Open

Files via symlinks are not watched (OS/X). #1566

richburdon opened this issue Aug 20, 2015 · 3 comments

Comments

@richburdon
Copy link

Files described in "files" that are behind symlinks are not watched. I.e., updates do not trigger re-running tests, although the files are served correctly.

Symlinks can be especially important when incorporating modules from nested gitmodules. Esp. when using a global systemjs config.js file (where relative paths do not work).

[related issue: https://github.com//issues/895]

@sdcoca
Copy link

sdcoca commented Apr 18, 2016

I have the same issue. Symlinks are really common in most projects we work. Some directions on which piece of code to look at we may be able to contribute to fix this.

@dignifiedquire
Copy link
Member

Karma uses node-glob and chokidar so you should check into those for more details on this.

@wesleycho
Copy link
Member

Note that chokidar defaults to followSymlinks: true if not provided, which Karma does not provide. This corresponds one-to-one with the option on node-glob.

This sounds like an issue with potentially either of those libraries judging from this issue: paulmillr/chokidar#419.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants