An invoke.task
replacement that supports make-like file dependencies.
make_task works just like GNU-make: by checking the timestamps on the last update of each file that you depend on against the timestamp of the files you create, we can decide whether or not you need to run.
@param outputs:
List of strings that will be used to index into your ctx
to determine the filepath that you output to. Example: