Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
created config.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Jan 17, 2012
1 parent 27619c0 commit bc5726b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require 'rake-pipeline'
require 'rake-pipeline/middleware'

use Rake::Pipeline::Middleware, "Assetfile"
run Rack::Directory.new('.')

0 comments on commit bc5726b

Please sign in to comment.