install minify instead of npm

in response to the (referenced below) commit in core.sr.ht, which is to
use the minify program available in the Alpine Linux repos instead of
installing it with node.

References: f8075fac4a
This commit is contained in:
Jackson Chen 2023-03-15 21:32:18 +01:00 committed by Drew DeVault
parent 2cba94303d
commit 43bbb679a5
1 changed files with 1 additions and 2 deletions

View File

@ -30,7 +30,7 @@ In addition to the runtime dependencies of our packages, building
packages from source requires additional build-time dependencies:
* `sassc` for CSS pre-processing
* `npm` for minifying CSS
* `minify` for minifying CSS
* `go` for compiling the Go APIs
## Generic instructions
@ -42,7 +42,6 @@ Do this once, when starting with meta.sr.ht:
`--recurse-submodules`.
* Copy meta.sr.ht's `config.example.ini` to `config.ini` and configure
everything following the instructions in the comments.
* Run `npm install` in the `core.sr.ht/srht` directory.
When filling in the `config.ini` file, remember the following: