class JekyllImagemagick::ImageFile

A static file to hold the generated webp image after generation so that Jekyll will copy it into the site output directory

Public Instance Methods

write(_dest) click to toggle source
# File lib/jekyll-imagemagick/generator.rb, line 8
def write(_dest)
  true # Recover from strange exception when starting server without --auto
end