middleman-imageoptim
middleman-imageoptim copied to clipboard
:image_optim is deprecated. Please use `:imageoptim` instead.
Even using :imageoptim, it's still showing this message.
Anyone got this to work? I was having the same issue.
Use this
gem "middleman-imageoptim", :git => "https://github.com/plasticine/middleman-imageoptim", :branch => "master"
bundle install again
This is still happening for me with the git source above
I'm using middleman 4.2.1
+1
+1
same for me. Tried everything possible.
+1
+1
+1
+1
😄
I'm having the same warning.. Are there any news?
any fix to this?
and? Any fix?
For me too.
Same here!
+1 middleman 4.3.4
+1 middleman 4.3.2
+1
GIT remote: https://github.com/plasticine/middleman-imageoptim revision: fe3dac51a3a1180acebc38c0223e92e3e981380e branch: master specs: middleman-imageoptim (0.3.0) image_optim (~> 0.25.0) image_optim_pack (~> 0.2.1) middleman-cli middleman-core (>= 3.1)
middleman (4.3.5) coffee-script (~> 2.2) haml (>= 4.0.5) kramdown (~> 1.2) middleman-cli (= 4.3.5) middleman-core (= 4.3.5)
image_optim (0.25.0) exifr (~> 1.2, >= 1.2.2) fspath (~> 3.0) image_size (~> 1.5) in_threads (~> 1.3) progress (~> 3.0, >= 3.0.1) image_optim_pack (0.2.3) fspath (>= 2.1, < 4) image_optim (~> 0.19)
I've created PR #62 to silence this warning and bump the image_optim
dependencies in the process.
A few people to test would be great:
gem 'middleman-imageoptim', :git => 'https://github.com/alexsanderson/middleman-imageoptim', :branch => 'master'