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

fix: glob patterns error on windows (#348) #400

Merged
merged 2 commits into from
May 11, 2018

Conversation

meteorlxy
Copy link
Member

@meteorlxy meteorlxy commented May 10, 2018

fix #348

It's not an issue of chokidar but ours, as the glob patterns only work with / not \.
On Windows, path module will resolve / to \.

paulmillr/chokidar#714

I misunderstood what he meant and made some meaningless conversation... I just want to express my thanks to the guy but he locked it immediately 😅

Copy link
Member

@ulivz ulivz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

console.log ...

@meteorlxy
Copy link
Member Author

@ulivz 🤣 Oh you didn't see it

@ulivz ulivz merged commit ab53998 into vuejs:master May 11, 2018
@ulivz ulivz mentioned this pull request May 11, 2018
@meteorlxy meteorlxy deleted the fix-glob-patterns-on-windows branch September 25, 2018 15:13
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

Successfully merging this pull request may close these issues.

On Windows, the chokidar watcher does not work well
2 participants