File tree Expand file tree Collapse file tree 4 files changed +75
-73
lines changed Expand file tree Collapse file tree 4 files changed +75
-73
lines changed Original file line number Diff line number Diff line change 33 clean
44 {:task (fs/delete-tree " build" )}
55 mkdirs
6- {:task (fs/create-dirs " build" )}
6+ {:task (fs/create-dirs " build/docs " )}
77 docstrings
88 {:task (clojure " -M" " build.clj" )}
9- images
9+ files
1010 {:depends [mkdirs]
11- :task (fs/copy " logo.svg" " build/logo.svg" {:replace-existing true })}
11+ :task (doseq [[src dest] {" site/logo.svg" " build/logo.svg"
12+ " site/index.html" " build/index.html"
13+ " site/style.css" " build/style.css" }]
14+ (fs/copy src dest {:replace-existing true }))}
1215 build
13- {:depends [docstrings images ]
14- :task (shell " asciidoctor -D build -b html5 index.adoc" )}}}
16+ {:depends [docstrings files ]
17+ :task (shell " asciidoctor -D build/docs -b html5 index.adoc" )}}}
Original file line number Diff line number Diff line change 11< style >
22 # header {
3- background-image : url (logo.svg);
3+ background-image : url (.. / logo.svg);
44 background-repeat : no-repeat;
55 background-size : 66px ;
66 background-position : 0px 46px ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments