mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:27:49 +08:00
DEV: Skip looking for svgo, gifsicle binaries (#12655)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user