tests working, building working
This commit is contained in:
parent
7e4916169c
commit
338430f2d5
8 changed files with 31 additions and 19 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue