User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
4d
Worked on Corvos again. The logic is now flipped around so instead of hoovering up a source folder with all of its contents, it now takes entry points (most reasonably page files), and then any file can call site.$.load() to run the pipeline with that file as entry point. The results are then integrated into the main pipeline and continued to be processed there. This is inspired by how bundlers typically work. And it's neat to see files not appearing in the output at all if I haven't used them anywhere.