aboutsummaryrefslogtreecommitdiffstats
path: root/hacking.md
diff options
context:
space:
mode:
authorJackson Chen <jackson@jacksonchen666.com>2023-03-15 21:32:18 +0100
committerDrew DeVault <sir@cmpwn.com>2023-04-11 14:37:58 +0200
commit43bbb679a58e37894d68785313890359074da0e7 (patch)
tree58e32c7ecdbf902749ffcf0f12d2e79b80bdea1d /hacking.md
parent2cba94303d0a732e3ff4db600fd6dbbbc5eef707 (diff)
downloadsr.ht-docs-43bbb679a58e37894d68785313890359074da0e7.tar.gz
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
Diffstat (limited to 'hacking.md')
-rw-r--r--hacking.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/hacking.md b/hacking.md
index 7c7dea9..d09406f 100644
--- a/hacking.md
+++ b/hacking.md
@@ -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: