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 NavigateToPath(path string)

NavigateToPath tells livereload to navigate to the given path. This translates to `window.location.href = path` in the client.

func NavigateToPathForPort(path string, port int)

NavigateToPathForPort is similar to NavigateToPath but will also set window.location.port to the given port value.

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.96.0
Published
Mar 26, 2022
Platform
linux/amd64
Imports
8 packages
Last checked
3 hours ago

Tools for package owners.