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 watching of files on Linux when renames are involved #9796

Merged
merged 2 commits into from Nov 10, 2022

Conversation

thecrypticace
Copy link
Contributor

Fixes #7759

It was still broken because of the order things were firing in but this should work around the problem. The solution here still isn't ideal but without changes to chokidar or a slightly different abstraction I think this is probably as good as we're gonna get.

@thecrypticace thecrypticace merged commit 1482c75 into master Nov 10, 2022
@thecrypticace thecrypticace deleted the fix/rename-event-ordering-linux branch November 10, 2022 17:33
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.

tailwindcss in watch mode doesn't refresh outupt when files are changed using vim
1 participant