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

Multiple targets #2

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

We should support an alternative to target that is targets supporting an array of targets. This would be useful for builds that emit multiple files (eg JS + CSS).

In addition, both target and targets could be made to support globs, although I'd prefer to delay that extension until really needed further.

guybedford commented 2 years ago

Added support for multiple targets as described above in https://github.com/guybedford/chomp/commit/91175d3ac1efa9365978d7eaffc4d6a7889d3bcc.