-
Notifications
You must be signed in to change notification settings - Fork 233
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
feat: Add support for auto reload by watching a set of files in tasks #3286
base: main
Are you sure you want to change the base?
Conversation
File-based watching is a magical feature! Some thoughts: Adding a new schema thing seems a bit unnecessary vs using the existing To allow all existing This further introduces the challenge of One option might be to gather the whole list of watched globs -> tasks, and rerun the correct one, in order, when their appropriate |
This implements support for adding a set of watched files to each task in Pixi.
The tasks can be defined as below and will run in async watching for changes. The watches can be cancelled by pressing ctrl c.