-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
Watcher does not reload filters when they are changed #204
Comments
Not sure why this is happening but, without looking at it, I'm suspecting the watcher is ignoring hidden files and the |
The watcher is recognizing the change in the hidden file, however when it re-generates it will not use the new filter, but use a cached one (the one first loaded when the command was first run). |
This issue has been automatically marked as stale because it has not had recent activity 😴 |
I was able to reproduce the issue even with the current generator version where we keep templates separately and filters also separately from template files |
after few hours of debugging I'm sure problem is here If I read file like |
after finding where the issues is, finding fix was easy will provide PR soon |
🎉 This issue has been resolved in version 0.46.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
When using the watcher and you change the filter it does recognize the change, however they are never applied.
The text was updated successfully, but these errors were encountered: