]> Lady’s Gitweb - Shushe/commit
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)
commit8f60c082aa14e189db3de44d460b76967fa6dd1b
treeecf05ea31dea875f703488eb0585eacc0ccb04bc
parentc29056b55b54897e5eae3d0a4e407406d4c593c6
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.
GNUmakefile
This page took 0.055386 seconds and 4 git commands to generate.