1
Fork 0
jakstys.lt/scripts/build

16 lines
379 B
Plaintext
Raw Permalink Normal View History

2023-03-25 12:43:23 +02:00
#!/usr/bin/env bash
2022-04-12 09:54:44 +03:00
set -xeuo pipefail
2023-03-25 12:43:23 +02:00
cd "$(git rev-parse --show-toplevel)"
2022-04-12 09:54:44 +03:00
hugo --cleanDestinationDir --printPathWarnings --panicOnWarning
2022-04-12 09:54:44 +03:00
find public \
2022-04-12 09:54:44 +03:00
-name '*.html' -or \
-name '*.xml' -or \
-name '*.txt' -or \
-name '*.css' -or \
2023-07-25 10:50:21 +03:00
-name '*.map' -or \
-name '*.pdf' | \
tee >(xargs -n1 -P$(nproc) zopfli) | \
xargs -n1 -P$(nproc) brotli