Skip to content

Conversation

@rosen-vladimirov
Copy link
Contributor

@rosen-vladimirov rosen-vladimirov commented Nov 14, 2018

Chokidar 1.7.0, which we are currently using, is unable to watch directories with names that contain glob symbols (like (, *, etc.). There are two ways to fix this:

  • pass disableGlobbing: true, so all paths will be treated as strings.
  • update chokidar to latest version, where the issue is fixed

Suggested solution is to update chokidar to latest version, so we'll get all other fixes listed here

PR Checklist

What is the current behavior?

Unable to LiveSync changes from project which has ( in the dir name.

What is the new behavior?

LiveSync works for projects which have ( in the dir name.

Fixes/Implements/Closes #4129

Chokidar 1.7.0, which we are currently using, is unable to watch directories with names that contain glob symbols (like `(`, `*`, etc.). There are two ways to fix this:
 - pass `disableGlobbing: true`, so all paths will be treated as strings.
 - update chokidar to latest version, where the issue is fixed

Suggested solution is to update chokidar to latest version, so we'll get all other fixes listed [here](https://github.com/paulmillr/chokidar/blob/master/CHANGELOG.md)
@rosen-vladimirov
Copy link
Contributor Author

run ci

@rosen-vladimirov rosen-vladimirov merged commit f79baa2 into release Nov 14, 2018
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/update-chokidar branch November 14, 2018 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants