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 --force should not invalidate not-found tasks #68

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

Currently chomp --force will invalidate all tasks, including init tasks which use the invalidation = 'not-found' pattern, which can have unwanted results.

This makes force skip invalidation = 'not-found' "init tasks".