Skip to content

Commit

Permalink
Merge pull request #178 from whatacold/live-reload-watch-caveat
Browse files Browse the repository at this point in the history
add one caveat to watch huge directory for :live-reload.
  • Loading branch information
daslu authored Nov 11, 2024
2 parents 7d5e10f + a8d190a commit 8623ec1
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 8623ec1

Please sign in to comment.