Skip to content

Commit

Permalink
have a config.ru, so you can use rackup
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Dec 30, 2010
1 parent aee6123 commit d977492
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.ru
@@ -0,0 +1,7 @@
require 'rubygems'
require 'bundler/setup'
require 'staticmatic'

staticmatic = StaticMatic::Base.new('.')
use Rack::ShowExceptions
run StaticMatic::Server.new(staticmatic)

0 comments on commit d977492

Please sign in to comment.