Skip to content

Commit 23f2848

Browse files
committed
Don't attempt to watch index.md, closes #19
1 parent 57ded3b commit 23f2848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/user.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(clerk/serve! {:browse? true :port 6677})
77

88
;; start with file watcher for these sub-directory paths
9-
(clerk/serve! {:watch-paths ["notebooks" "src" "index.md"]})
9+
(clerk/serve! {:watch-paths ["notebooks" "src"]})
1010

1111
;; start with file watcher and a `show-filter-fn` function to watch
1212
;; a subset of notebooks

0 commit comments

Comments
 (0)