From: Lady Date: Mon, 1 Apr 2024 23:38:48 +0000 (-0400) Subject: Don’t “compile” assets, just “build” X-Git-Tag: 0.7.0~2 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/8f60c082aa14e189db3de44d460b76967fa6dd1b?hp=8f60c082aa14e189db3de44d460b76967fa6dd1b Don’t “compile” assets, just “build” This reserves the `build/results/` directory for _just_ the results of transformations, and delays the copying of asset files into the build directory until the actual “build” step. (Likewise for recursive files, altho these still just error). `make all` now builds all installable files, including assets, which were formerly excluded. A downstream script might expect assets to appear in `build/public` after a `make all` and shouldn’t require a `make install` to get them. ---