attentive/skel/presentation.rb

9 lines
159 B
Ruby

Attentive.configure do |c|
c.title = "My presentation"
# add rack middleware here
# require 'rack-livereload'
# c.middleware << Rack::LiveReload
end