guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
143 stars 7 forks source link

feat: support command restarts via watcher #46

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This adds support for the watcher invalidation to terminate any still running tasks, allowing for eg restarting a dev server or long-running Deno / Node.js execution. Resolves https://github.com/guybedford/chomp/issues/44.