Rely on Webrick directly for preview, makes quick app reloading simple.
This commit is contained in:
parent
8fb4888f8c
commit
3412af346e
7 changed files with 212 additions and 229 deletions
|
@ -123,7 +123,7 @@ module Middleman
|
|||
include Middleman::CoreExtensions::Extensions
|
||||
|
||||
# Basic Rack Request Handling
|
||||
register Middleman::CoreExtensions::Request
|
||||
include Middleman::CoreExtensions::Request
|
||||
|
||||
# Handle exceptions
|
||||
register Middleman::CoreExtensions::ShowExceptions
|
||||
|
@ -262,4 +262,4 @@ module Middleman
|
|||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue