|
22 | 22 | :builds |
23 | 23 | [{:id "desktop-dev" |
24 | 24 | :figwheel {:on-jsload "braid.core.client.desktop.core/reload"} |
25 | | - :source-paths ["src/braid" |
26 | | - "src/retouch"] |
| 25 | + :source-paths ["src/braid"] |
27 | 26 | :compiler {:main braid.core.client.desktop.core |
28 | 27 | ;; uncomment to enable re-frame-10x (event debugger) |
29 | 28 | ;; will also need to uncomment below, under dev dependencies |
|
43 | 42 | :output-to "resources/public/js/desktop/tests/out/all-tests.js" |
44 | 43 | :output-dir "resources/public/js/desktop/tests/out"}} |
45 | 44 |
|
46 | | - {:id "mobile-dev" |
47 | | - :figwheel {:on-jsload "braid.core.client.mobile.core/reload"} |
48 | | - :source-paths ["src/braid" |
49 | | - "src/retouch"] |
50 | | - :compiler {:main braid.core.client.mobile.core |
51 | | - :asset-path "/js/dev/mobile/" |
52 | | - :output-to "resources/public/js/dev/mobile.js" |
53 | | - :output-dir "resources/public/js/dev/mobile/" |
54 | | - :verbose true}} |
55 | | - |
56 | 45 | {:id "gateway-dev" |
57 | 46 | :figwheel {:on-jsload "braid.core.client.gateway.core/reload"} |
58 | 47 | :source-paths ["src/braid"] |
|
63 | 52 | :verbose true}} |
64 | 53 |
|
65 | 54 | {:id "release" |
66 | | - :source-paths ["src/braid" |
67 | | - "src/retouch"] |
| 55 | + :source-paths ["src/braid"] |
68 | 56 | :compiler {:asset-path "/js/prod/" |
69 | 57 | :output-dir "resources/public/js/prod/out" |
70 | 58 | :optimizations :advanced |
|
78 | 66 | :entries #{"braid.core.client.desktop.core"}} |
79 | 67 | :gateway |
80 | 68 | {:output-to "resources/public/js/prod/gateway.js" |
81 | | - :entries #{"braid.core.client.gateway.core"}} |
82 | | - :mobile |
83 | | - {:output-to "resources/public/js/prod/mobile.js" |
84 | | - :entries #{"braid.core.client.mobile.core"}}} |
| 69 | + :entries #{"braid.core.client.gateway.core"}}} |
85 | 70 | :verbose true}}]} |
86 | 71 |
|
87 | 72 | :min-lein-version "2.5.0" |
|
0 commit comments