You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to get chokidar to detect changes in JS files within the package foo's directory. I know chokidar follows symlinked files. Does it also follow symlinked directories?
The text was updated successfully, but these errors were encountered:
I'm using
bower link
to link a packagefoo
into a service. This creates a few symlinks:and
Within my service, I have chokidar set up to watch some JS files as follows:
I'm unable to get chokidar to detect changes in JS files within the package
foo
's directory. I know chokidar follows symlinked files. Does it also follow symlinked directories?The text was updated successfully, but these errors were encountered: