guybedford / chomp

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

Fixup partial build runs, target normalization #43

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This fixes partial runs, for example just running a few builds out of an interpolation instead of triggering them all. This ensures we only ever do the absolutely necessary work to complete the tasks requested and no more.