Class: Slidox::Builder

Inherits:
Object
  • Object
show all
Defined in:
lib/slidox/builder.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



12
13
14
15
16
17
18
19
# File 'lib/slidox/builder.rb', line 12

def build
  prepare_target_dirs

  html = styles + slides.join(page_break)

  save_html(html)
  save_pdf(html)
end