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

Serial interpolation #115

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

When creating an interpolation task, it's not clear if serial should apply to the individual interpolation dependencies, or the parent interpolation. At the moment it is not possible to create a parent interpolation task that is serial though, which is an issue.

I think making serial simply apply to both would be the most understandable.