openstreetmap-website/config/image_optim/development.yml
Andy Allan 41ee371b3e Silence image_optim warnings in development
Lots of new developers see this during configuration (e.g. rails
db:migrate) and then spend time trying to fix them. So let's avoid
the warnings entirely.
2023-05-31 17:44:27 +01:00

12 lines
190 B
YAML

skip_missing_workers: true
advpng: false
gifsicle: false
jhead: false
jpegoptim: false
jpegtran: false
optipng: false
oxipng: false
pngquant: false
pngout: false
pngcrush: false
svgo: false