Class: JekyllImagemagickSutermserv::ImageFile

Inherits:
Jekyll::StaticFile
  • Object
show all
Defined in:
lib/generator.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#write(_dest) ⇒ Object



8
9
10
# File 'lib/generator.rb', line 8

def write(_dest)
  true # Recover from strange exception when starting server without --auto
end