Class: Jekyll::Page

Inherits:
Object
  • Object
show all
Includes:
Compressor
Defined in:
lib/jekyll-press.rb

Instance Method Summary collapse

Methods included from Compressor

#output_css, #output_file, #output_html, #output_js

Instance Method Details

#write(dest) ⇒ Object



51
52
53
54
# File 'lib/jekyll-press.rb', line 51

def write(dest)
  dest_path = self.destination(dest)
  self.output_html(dest_path, self.output)
end