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 on port #{port}"
end