Skip to content

Commit de259e9

Browse files
committed
include rudimentary build task
1 parent 1fd3382 commit de259e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

env/dev/src/dev.clj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,8 @@
2121

2222
(defn show [notebook]
2323
(clerk/show! notebook))
24+
25+
(defn build! []
26+
(clerk/build! {:paths ["book/chapter_1_intro/*"
27+
"book/chapter_2_input_output/*"
28+
"book/chapter_3_data_manipulation/*"]}))

0 commit comments

Comments
 (0)