1-
2- {:source-paths [" src" " cli" ]
3- :cache-blockers #{cumulo-util.build}
4- :dependencies [[mvc-works/hsl " 0.1.2" ]
5- [mvc-works/shell-page " 0.1.10" ]
6- [respo " 0.10.11" ]
7- [respo/ui " 0.3.13" ]
8- [respo/value " 0.2.5" ]
9- [cumulo/util " 0.1.10" ]
10- [cirru/favored-edn " 0.1.1" ]
11- [org.clojure/core.incubator " 0.1.4" ]]
12- :repositories {" central" {:url " https://maven.aliyun.com/nexus/content/groups/public/" }
13- " clojars" {:url " https://mirrors.ustc.edu.cn/clojars/" }}
14- :open-file-command [" subl" [" %s:%s:%s" :file :line :column ]]
15- :dev-http {7000 " target/" }
16- :builds {:client {:target :browser
17- :output-dir " target/"
18- :asset-path " ./"
19- :modules {:client {:init-fn reel.main/main!}}
20- :devtools {:after-load reel.main/reload!}
21- :release {:output-dir " dist/"
22- :module-hash-names 8
23- :build-options {:manifest-name " assets.edn" }}}
24- :page {:target :node-script
25- :output-to " target/page.js"
26- :main reel.page/main!
27- :devtools {:after-load reel.page/main!}}
28- :upload {:target :node-script
29- :output-to " target/upload.js"
30- :main reel.upload/main!
31- :devtools {:after-load reel.upload/main!}}}}
1+ {
2+ :source-paths [" src" " cli" ]
3+ :cache-blockers #{cumulo-util.build}
4+ :dependencies [
5+ [mvc-works/hsl " 0.1.2" ]
6+ [mvc-works/shell-page " 0.1.10" ]
7+ [respo " 0.12.0-a1" ]
8+ [respo/ui " 0.3.14" ]
9+ [respo/value " 0.3.0-a1" ]
10+ [cumulo/util " 0.1.10" ]
11+ [cirru/favored-edn " 0.1.3" ]
12+ [org.clojure/core.incubator " 0.1.4" ]
13+ ]
14+ :open-file-command [
15+ " subl"
16+ [" %s:%s:%s" :file :line :column ]
17+ ]
18+ :dev-http {7000 " target/" }
19+ :builds {
20+ :client {
21+ :target :browser , :output-dir " target/" , :asset-path " ./"
22+ :modules {
23+ :client {:init-fn reel.main/main!}
24+ }
25+ :devtools {:after-load reel.main/reload!}
26+ :release {
27+ :output-dir " dist/" , :module-hash-names 8
28+ :build-options {:manifest-name " assets.edn" }
29+ }
30+ }
31+ :page {
32+ :target :node-script , :output-to " target/page.js" , :main reel.page/main!
33+ :devtools {:after-load reel.page/main!}
34+ }
35+ :upload {
36+ :target :node-script , :output-to " target/upload.js" , :main reel.upload/main!
37+ :devtools {:after-load reel.upload/main!}
38+ }
39+ }
40+ }
0 commit comments