Skip to content

Commit 57aa4d0

Browse files
Drop cljsbuild and doo
They seem to be entirely obsolete now.
1 parent 8d8eedb commit 57aa4d0

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

project.clj

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,10 @@
1111

1212
:generated-paths ["target"]
1313

14-
:cljsbuild {:builds
15-
{:dev {:source-paths ["src"]
16-
:compiler {:output-to "target/main.js"
17-
:source-map "target/main.map"
18-
:optimizations :whitespace
19-
:pretty-print true}}
20-
:test {:source-paths ["src" "test"]
21-
:compiler {:output-to "target/test.js"
22-
;; this fixes an error from doo
23-
:output-dir "target"
24-
:main active.clojure.test-runner
25-
:optimizations :whitespace ;; This is required for testing with nashorn.
26-
:pretty-print true}}}}
27-
2814
:profiles {;; to use figwheel-main
2915
;; run `lein fig` and then open browser at
3016
;; http://localhost:9500/figwheel-extra-main/auto-testing
31-
:dev {:dependencies [[lein-doo "0.1.10"]
32-
[com.bhauman/figwheel-main "0.2.0"]
17+
:dev {:dependencies [[com.bhauman/figwheel-main "0.2.0"]
3318
[com.bhauman/rebel-readline-cljs "0.1.4"]
3419
[compojure "1.6.1"]]
3520
:source-paths ["src" "dev"]
@@ -51,8 +36,7 @@
5136
"figtest" ["run" "-m" "figwheel.main" "-co" "test.cljs.edn" "-m" active.clojure.figwheel-test-runner]
5237
"figtest-headless" ["run" "-m" "figwheel.main" "-fwo" "{:launch-js [\"run-chrome.sh\" :open-url]}" "-co" "test.cljs.edn" "-m" active.clojure.figwheel-test-runner]}
5338

54-
:plugins [[lein-cljsbuild "1.1.7"]
55-
[lein-codox "0.10.8"]]
39+
:plugins [[lein-codox "0.10.8"]]
5640

5741
:codox {:language :clojure
5842
:metadata {:doc/format :markdown}

0 commit comments

Comments
 (0)