DEV: Skip looking for svgo, gifsicle binaries (#12655)

This commit is contained in:
Penar Musaraj 2021-04-09 08:52:06 -04:00 committed by GitHub
parent e77b9dfd45
commit 43d09dbabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,9 @@ class FileHelper
jpegoptim: { strip: strip_image_metadata ? "all" : "none" },
jpegtran: false,
jpegrecompress: false,
# Skip looking for gifsicle, svgo binaries
gifsicle: false,
svgo: false
)
end
end