File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 21
21
:clean-targets ^{:protect false } [" resources/public/js/compiled"
22
22
" resources/public/cljs-out"
23
23
: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" ]]}}
34
25
35
26
:aliases {" fig" [" trampoline" " with-profile" " +dev,+test" " run" " -m" " figwheel.main" " -b" " dev" " -r" ]
36
27
" figtest" [" run" " -m" " figwheel.main" " -co" " test.cljs.edn" " -m" active.clojure.figwheel-test-runner]
You can’t perform that action at this time.
0 commit comments