File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1818
1919 :aliases
2020 ; ; Build the site with `clojure -M:m`
21- {:m {:main-opts [" -m" " civitas.main" ]}
21+ {:m {:extra-paths [" build" ]
22+ :main-opts [" -m" " civitas.main" ]}
23+ ; ; Build the site with `clojure -J-Dclojure.main.report=stderr -M:clay -a [:markdown]`
2224 ; ; Run Clay in watch mode with `clojure -J-Dclojure.main.report=stderr -M:clay`
2325 :clay {:main-opts [" -m" " scicloj.clay.v2.main" ]}
2426 ; ; When debugging libraries
2527 :local {:override-deps {org.scicloj/clay {:local/root " ../clay" }
2628 org.scicloj/kindly-advice {:local/root " ../kindly-advice" }}}
27- ; ; $ clojure -T:build test
28- ; ; $ clojure -T:build ci
29- :build {:deps {io.github.clojure/tools.build
30- {:git/tag " v0.10.8" :git/sha " 2fdfd66b" }}
31- :ns-default build}
3229 :test {:extra-paths [" test" ]
3330 :extra-deps {org.clojure/test.check {:mvn/version " 1.1.1" }
3431 io.github.cognitect-labs/test-runner
File renamed without changes.
You can’t perform that action at this time.
0 commit comments