File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 11
11
12
12
:generated-paths [" target" ]
13
13
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
-
28
14
:profiles {; ; to use figwheel-main
29
15
; ; run `lein fig` and then open browser at
30
16
; ; 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" ]
33
18
[com.bhauman/rebel-readline-cljs " 0.1.4" ]
34
19
[compojure " 1.6.1" ]]
35
20
:source-paths [" src" " dev" ]
51
36
" figtest" [" run" " -m" " figwheel.main" " -co" " test.cljs.edn" " -m" active.clojure.figwheel-test-runner]
52
37
" figtest-headless" [" run" " -m" " figwheel.main" " -fwo" " {:launch-js [\" run-chrome.sh\" :open-url]}" " -co" " test.cljs.edn" " -m" active.clojure.figwheel-test-runner]}
53
38
54
- :plugins [[lein-cljsbuild " 1.1.7" ]
55
- [lein-codox " 0.10.8" ]]
39
+ :plugins [[lein-codox " 0.10.8" ]]
56
40
57
41
:codox {:language :clojure
58
42
:metadata {:doc/format :markdown }
You can’t perform that action at this time.
0 commit comments