tests working, building working

This commit is contained in:
tdreyno 2009-07-28 11:06:45 -07:00
parent 7e4916169c
commit 338430f2d5
8 changed files with 31 additions and 19 deletions

View file

@ -56,8 +56,10 @@ class Middleman < Sinatra::Base
haml(template)
elsif File.exists? File.join(options.views, "#{template}.maruku")
maruku(template)
else
elsif File.exists? File.join(options.views, "#{template}.mab")
markaby(template)
else
pass
end
elsif path.match /.css$/
content_type 'text/css', :charset => 'utf-8'