User avatar
privTri Volpeon areonNSmol @volpeon@icy.wyvern.rip
2d
Still working on Corvos. I had to change it so it has 2 separate pipelines instead of just one since that's the only way to capture the different behavior between stuff in the pages folder (where e.g. .ts files are turned into .html pages) and assets (where .ts files are bundled with ESBuild).

This has lead to
pages only containing everything from the pages folder, and site.load and site.glob can be used to pull in any other kind of file (even remote), which is then compressed and hashed and whatever else you configured in the asset pipeline.