live-reload

July 11, 2018 ยท View on GitHub

live-reload prototype for clack

Usage

  (lack:builder
   :live-reload
   *web*)

Install live-reload plugin for your browser, and it should work.

Manually add files to watch for changes

;; example:
(live-reload:add #p"/path/templates/djula-template..html" "/url/mypage")

License

LLGPL

Contents

  1. 1Usage
  2. 1.1Manually add files to watch for changes
  3. 2License