document the make-sfx.sh fast option

This commit is contained in:
ed 2023-06-04 14:13:35 +00:00
parent c355f9bd91
commit df5d309d6e
2 changed files with 3 additions and 0 deletions

View file

@ -258,6 +258,7 @@ then build the sfx using any of the following examples:
```sh ```sh
./scripts/make-sfx.sh # regular edition ./scripts/make-sfx.sh # regular edition
./scripts/make-sfx.sh fast # build faster (worse js/css compression)
./scripts/make-sfx.sh gz no-cm # gzip-compressed + no fancy markdown editor ./scripts/make-sfx.sh gz no-cm # gzip-compressed + no fancy markdown editor
``` ```

View file

@ -6,6 +6,8 @@ help() { exec cat <<'EOF'
# optional args: # optional args:
# #
# `fast` builds faster, with cheaper js/css compression
#
# `clean` uses files from git (everything except web/deps), # `clean` uses files from git (everything except web/deps),
# so local changes won't affect the produced sfx # so local changes won't affect the produced sfx
# #