We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ded3b commit 23f2848Copy full SHA for 23f2848
dev/user.clj
@@ -6,7 +6,7 @@
6
(clerk/serve! {:browse? true :port 6677})
7
8
;; start with file watcher for these sub-directory paths
9
- (clerk/serve! {:watch-paths ["notebooks" "src" "index.md"]})
+ (clerk/serve! {:watch-paths ["notebooks" "src"]})
10
11
;; start with file watcher and a `show-filter-fn` function to watch
12
;; a subset of notebooks
0 commit comments