Skip to content

Commit

Permalink
add one caveat to watch huge directory for :live-reload.
Browse files Browse the repository at this point in the history
  • Loading branch information
whatacold committed Nov 10, 2024
1 parent 7d5e10f commit a8d190a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notebooks/index.clj
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,10 @@

;; See the example above with `:live-reload true`.

;; One caveat: You may not want to use this if the containing directory of this file
;; has a lot of files and/or sub-directories, as it may take quite a long time (e.g. ~1 minute)
;; for beholder to watch the containing directory for file changes.

;; ### Hiccup output

;; (experimental 🛠)
Expand Down

0 comments on commit a8d190a

Please sign in to comment.