Fork me on GitHub
#duct
<
2017-11-29
>
weavejester22:11:53

@albert.lai Compilers should return a list of the output filepaths they’ve compiled, so ordering compilers is achieved by using refs.

weavejester22:11:53

e.g. if you have a compiler that generates CSS from Sass, and you have a compiler that minifies CSS, then you can use the output filepaths from the Sass compiler as a ref to the minifier.

weavejester22:11:45

You can also add a “fake” option that just holds the refs