Skip to content

Commit fada32d

Browse files
move to src/build
1 parent d2b0c71 commit fada32d

5 files changed

Lines changed: 3 additions & 45 deletions

File tree

build.clj

Lines changed: 0 additions & 39 deletions
This file was deleted.

deps.edn

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,14 @@
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

0 commit comments

Comments
 (0)