middleman-imageoptim icon indicating copy to clipboard operation
middleman-imageoptim copied to clipboard

:image_optim is deprecated. Please use `:imageoptim` instead.

Open djalmaaraujo opened this issue 8 years ago • 20 comments

Even using :imageoptim, it's still showing this message.

djalmaaraujo avatar Jan 19 '17 17:01 djalmaaraujo

Anyone got this to work? I was having the same issue.

ND-CO avatar Apr 20 '17 18:04 ND-CO

Use this

gem "middleman-imageoptim", :git => "https://github.com/plasticine/middleman-imageoptim", :branch => "master"

bundle install again

meetajhu avatar May 23 '17 07:05 meetajhu

This is still happening for me with the git source above I'm using middleman 4.2.1

mdxprograms avatar Aug 17 '17 03:08 mdxprograms

+1

ceri-richmond avatar Aug 17 '17 13:08 ceri-richmond

+1

Mars228 avatar Sep 02 '17 20:09 Mars228

same for me. Tried everything possible.

logemann avatar Oct 02 '17 16:10 logemann

+1

oceansize avatar Nov 03 '17 13:11 oceansize

+1

nikeshashar avatar Nov 03 '17 14:11 nikeshashar

+1

m-alzamora avatar Jan 15 '18 21:01 m-alzamora

+1

ptagell avatar Jan 22 '18 06:01 ptagell

😄

ptagell avatar Jan 22 '18 06:01 ptagell

I'm having the same warning.. Are there any news?

alem0lars avatar Feb 13 '18 11:02 alem0lars

any fix to this?

jclusso avatar May 08 '18 18:05 jclusso

and? Any fix?

Francolpm avatar Jun 18 '18 18:06 Francolpm

For me too.

henriqueutsch avatar Aug 14 '18 03:08 henriqueutsch

Same here!

Torgian avatar Apr 05 '19 01:04 Torgian

+1 middleman 4.3.4

miggitymac avatar May 21 '19 15:05 miggitymac

+1 middleman 4.3.2

guidopontet avatar Aug 28 '19 15:08 guidopontet

+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)

fbonawiede avatar Dec 12 '19 05:12 fbonawiede

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'

alexsanderson avatar Jul 16 '20 15:07 alexsanderson