Reload
Middleware for live-reload in the browser
Options
- watcher object
- basepath string
- debugBar object
DebugBar is a class that manages collections of items to be displayed in a debug bar.
- collections object[]
Description
Middleware to implement a live-reload in the browser after file changes. It's used by Lume in the --serve
mode.
Installation
This middleware is intended for local development and it's used by default by Lume in the --serve
mode.