sass_compass_unleashed/presentation.rb

9 lines
159 B
Ruby
Raw Permalink Normal View History

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