Skip to content

Commit 1353bf4

Browse files
Zap unused profile
1 parent 087ad42 commit 1353bf4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

project.clj

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,7 @@
2121
:clean-targets ^{:protect false} ["resources/public/js/compiled"
2222
"resources/public/cljs-out"
2323
:target-path]}
24-
25-
:codox {:dependencies [[codox-theme-rdash "0.1.2"]]}
26-
27-
:cljs {:dependencies [[org.clojure/clojurescript "1.10.238"]
28-
[cider/piggieback "0.4.0"]
29-
[nrepl/nrepl "0.6.0"]]
30-
;; run CLJS repl with
31-
;; lein with-profile cljs repl
32-
;; (cemerick.piggieback/cljs-repl (cljs.repl.rhino/repl-env))
33-
:repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}}}
24+
:codox {:dependencies [[codox-theme-rdash "0.1.2"]]}}
3425

3526
:aliases {"fig" ["trampoline" "with-profile" "+dev,+test" "run" "-m" "figwheel.main" "-b" "dev" "-r"]
3627
"figtest" ["run" "-m" "figwheel.main" "-co" "test.cljs.edn" "-m" active.clojure.figwheel-test-runner]

0 commit comments

Comments
 (0)