Fix compress-images.sh
This commit is contained in:
parent
6a99f94759
commit
8439519feb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
if command -v jpegoptim >/dev/null 2>&1 ; then
|
||||
echo "jpegoptim found"
|
||||
find ./public \( -iname "*.jpg" -o -iname "*.jpeg" \) | jpegoptim -p -P --files-stdin -w $(nproc --all)
|
||||
find ./dist \( -iname "*.jpg" -o -iname "*.jpeg" \) | jpegoptim -p -P --files-stdin -w $(nproc --all)
|
||||
else
|
||||
echo "jpegoptim was not found! install either with your package manager or get the binary from the github"
|
||||
echo "https://github.com/tjko/jpegoptim/releases/latest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue