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 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" ]
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 }
You can’t perform that action at this time.
0 commit comments