/livereload

:repeat: is an asset live-reload library that allows easy registration of path & file change monitoring and notifications for https://github.com/livereload/livereload-js

Primary LanguageJavaScriptMIT LicenseMIT

livereload

Project status Go Report Card GoDoc License

livereload is an asset live-reload library that allows easy registration of path & file change monitoring and notifications for livereload-js

Installation

Use go get

go get -u github.com/go-playground/livereload

Usage

see examples:

  • basic - an example of live reloading of .css and .js
  • advanced - an example of live reloading of .css, .js and .tmpl(template files)

Licenses