mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 18:22:40 +08:00
DEV: Remove warnings on console (#14608)
We don't use oxipng from the image_optim gem and rake tasks complained that constants have already been initialized.
This commit is contained in:
@ -127,7 +127,8 @@ class FileHelper
|
||||
jpegrecompress: false,
|
||||
# Skip looking for gifsicle, svgo binaries
|
||||
gifsicle: false,
|
||||
svgo: false
|
||||
svgo: false,
|
||||
oxipng: false
|
||||
)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user