Merge old patch to address #1430

v3-stable
Thomas Reynolds 2015-05-11 09:24:22 -07:00
parent 9de1f16f3b
commit 651b5fc1c3
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@ module Middleman
end
unmount_instance
@webrick.shutdown
@webrick = nil
mount_instance(app)
logger.info '== The Middleman has reloaded'