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.
This commit is contained in:
parent
c21c6f8402
commit
41ee371b3e
1 changed files with 12 additions and 0 deletions
12
config/image_optim/development.yml
Normal file
12
config/image_optim/development.yml
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue