LiveReload

Interface of a LiveReload server http://livereload.com/api/protocol/

class Object
trait Matchable
class Any

Value members

Abstract methods

def alert(message: String): Unit

Alert clients with this message

Alert clients with this message

def reload(path: Path): Unit

Notify clients to reload this path

Notify clients to reload this path

def start(): Unit

Start this LiveReload server

Start this LiveReload server

def stop(): Unit

Stop this LiveReload server

Stop this LiveReload server