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: don't gitignore manganis assets during hot-reload #3606

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

jkelleyrtp
Copy link
Member

This simplifies our watch logic to not check the hot-reloaded files coming out of the watcher against the gitignore.

This fixes the instance where updates to files like tailwind.css in users' gitignores were getting ignored.

This PR simply removes the ignore checking logic since we already apply the gitignore logic when initializing the watcher.

@jkelleyrtp jkelleyrtp requested a review from a team as a code owner January 21, 2025 02:19
@jkelleyrtp jkelleyrtp merged commit b6475bd into main Jan 21, 2025
15 of 17 checks passed
@jkelleyrtp jkelleyrtp deleted the jk/gitignore-vs-manganis branch January 21, 2025 02:35
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.

1 participant