]> Lady’s Gitweb - Shushe/commitdiff
Don’t “compile” assets, just “build”
authorLady <redacted>
Mon, 1 Apr 2024 23:38:48 +0000 (19:38 -0400)
committerLady <redacted>
Tue, 2 Apr 2024 02:11:07 +0000 (22:11 -0400)
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.


No differences found
This page took 0.020639 seconds and 4 git commands to generate.