Skip to content

0.0.3 - Better path handling, Rules return Tasks

Compare
Choose a tag to compare
@aappleby aappleby released this 12 Mar 09:09
· 342 commits to main since this release

A project looking to use Hancho needs more granular control of directories and paths. I've refactored the code so that there are now a number of predefined path variables that Rules can use to assemble "task_dir"/"in_dir"/"out_dir"/"deps_dir" as they like (documentation coming shortly).

Also, calling a Rule now returns a Task object instead of just a filename promise. This should make Rules that ingest Tasks more flexible.