From: Andy Allan Date: Wed, 31 May 2023 16:39:54 +0000 (+0100) Subject: Silence image_optim warnings in development X-Git-Tag: live~741^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/41ee371b3e3f734c63bc359ec6d6f0430dc4503d 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. --- diff --git a/config/image_optim/development.yml b/config/image_optim/development.yml new file mode 100644 index 000000000..7e81f35f6 --- /dev/null +++ b/config/image_optim/development.yml @@ -0,0 +1,12 @@ +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