~sircmpwn/sr.ht-docs

43bbb679a58e37894d68785313890359074da0e7 — Jackson Chen 2 months ago 2cba943
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: https://git.sr.ht/~sircmpwn/core.sr.ht/commit/f8075fac4a60f4d1cab095cfec1aa81d299ab2a3
1 files changed, 1 insertions(+), 2 deletions(-)

M hacking.md
M hacking.md => hacking.md +1 -2
@@ 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: