class Middleman::PreviewServer

def stop

Returns:
  • (void) -
def stop
  begin
    app.logger.info '== The Middleman is shutting down'
  rescue
    # if the user closed their terminal STDOUT/STDERR won't exist
  end
  unmount_instance
end