Command Line Interface¶
The livereload
command can be used for starting a live-reloading server, that
serves a directory.
It will listen to port 35729 by default, since that’s the usual port for LiveReload browser extensions.
Changed in version 2.0.0: Guardfile
is no longer supported. Write a Python script using the API instead.