package livereload

import "github.com/gohugoio/hugo/livereload"

Index

Functions

func ForceRefresh

func ForceRefresh()

ForceRefresh tells livereload to force a hard refresh.

func Handler

func Handler(w http.ResponseWriter, r *http.Request)

Handler is a HandlerFunc handling the livereload Websocket interaction.

func Initialize

func Initialize()

Initialize starts the Websocket Hub handling live reloads.

func RefreshPath

func RefreshPath(s string)

RefreshPath tells livereload to refresh only the given path. If that path points to a CSS stylesheet or an image, only the changes will be updated in the browser, not the entire page.

func ServeJS

func ServeJS(w http.ResponseWriter, r *http.Request)

ServeJS serves the liverreload.js who's reference is injected into the page.

Source Files

connection.go hub.go livereload.go

Version
v0.20.4
Published
Apr 24, 2017
Platform
linux/amd64
Imports
4 packages
Last checked
3 hours ago

Tools for package owners.