Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.17 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.17 KB

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