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

trigger refresh on all events #14

Closed
wants to merge 1 commit into from
Closed

trigger refresh on all events #14

wants to merge 1 commit into from

Conversation

tconroy
Copy link

@tconroy tconroy commented Jul 13, 2022

Previously, chokidar was configured to only respond to change events. This means it would not detect delete events (i.e if you delete the .mdx or blog post directory).

This PR fixes this issue so that refresh-on-content-change will trigger from all event types.

Closes #13.

@tconroy
Copy link
Author

tconroy commented Aug 10, 2022

@Girish21 any chance we could merge this change in?

@tconroy tconroy closed this Feb 24, 2023
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.

refresh-on-content-change should trigger if content is deleted
1 participant