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: chomp --rerun as --force alternative #67

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This adds a new flag chomp -r or chomp --rerun to just rerun the top-level task that is requested.

When developing tasks, this is useful to avoid a full --force build which will invalidate everything and instead just rebuild the task that is being specified by the user while keeping the rest of the cache.