mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-06-14 00:29:55 +00:00
3 lines
130 B
Bash
Executable file
3 lines
130 B
Bash
Executable file
find ./dist \( -iname "*.jpg" -o -iname "*.jpeg" \) | jpegoptim -p -P --files-stdin -w $(nproc --all)
|
|
oxipng -o max -a -r ./dist
|
|
|