Class: Jekyll::Webp::WebpFile

Inherits:
StaticFile
  • Object
show all
Defined in:
lib/jekyll-webp-resize/webpGenerator.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



9
10
11
# File 'lib/jekyll-webp-resize/webpGenerator.rb', line 9

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