coderay support

This commit is contained in:
tdreyno 2010-09-21 18:30:17 -07:00
parent 0ae1eafcbb
commit a3b276d489
8 changed files with 48 additions and 23 deletions

View file

@ -128,6 +128,9 @@ module Middleman
return result
end
status 404
rescue Padrino::Rendering::TemplateNotFound
$stderr.puts "File not found: #{request.path}"
status 404
end
end