zweitag / middleman-images

Resize and optimize images for Middleman
MIT License
17 stars 3 forks source link

Make mini_magick and imageoptim optional #3

Closed pmk1c closed 4 years ago

pmk1c commented 7 years ago

Don't bundle the gems for editing the images, but make them optional.

begin
  require 'mini_magick'
rescue LoadError
  #...
end

That way we have less dependencies and one can bundle only the needed gems in a project.