module Middleman::PreviewServer

def reload

Returns:
  • (void) -
def reload
  logger.info "== The Middleman is reloading"
  unmount_instance
  mount_instance
  logger.info "== The Middleman is standing watch at http://#{host}:#{port}"
end