tea-time/presentation.rb

10 lines
180 B
Ruby
Raw Permalink Normal View History

2012-03-13 17:29:42 +00:00
require 'rack-livereload'
Attentive.configure do |c|
c.title = "Tea Time: A Beginner's Guide to Jasmine"
c.middleware << Rack::LiveReload
2012-03-24 14:20:56 +00:00
#c.export_size = '1280x1024'
2012-03-13 17:29:42 +00:00
end