2011-11-21 21:36:42 +00:00
|
|
|
# This file is used by Rack-based servers to start the application.
|
|
|
|
|
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
2012-07-25 22:29:31 +00:00
|
|
|
|
|
|
|
use Rack::Deflater
|
|
|
|
|
2013-09-23 17:05:36 +00:00
|
|
|
run Asciinema::Application
|