attentive/skel/presentation.rb

9 lines
159 B
Ruby
Raw Permalink Normal View History

Attentive.configure do |c|
c.title = "My presentation"
2012-02-13 17:10:05 +00:00
# add rack middleware here
# require 'rack-livereload'
# c.middleware << Rack::LiveReload
end