File tree 5 files changed +41228
-41230
lines changed
5 files changed +41228
-41230
lines changed Original file line number Diff line number Diff line change 19
19
[postgresql/postgresql " 8.4-702.jdbc4" ]
20
20
[clojure.jdbc/clojure.jdbc-c3p0 " 0.3.2" ]
21
21
[honeysql " 0.6.1" ]]
22
- :plugins [[lein-cljsbuild " 1.1.0" ]]
22
+ :plugins [[lein-cljsbuild " 1.1.0" ]
23
+ [lein-ancient " 0.6.15" ]]
23
24
:main sample.core
24
25
:cljsbuild {:builds [{:id " dev"
25
26
:source-paths [" src-cljs" ]
26
27
:compiler {:output-to " resources/public/js/main.js"
27
28
:optimizations :whitespace
28
- :foreign-libs
29
- [{:file " https://cdn.anychart.com/releases/v8/js/anychart-bundle.min.js"
29
+ :foreign-libs [{:file " https://cdn.anychart.com/releases/v8/js/anychart-bundle.min.js"
30
30
:provides [" anychart" ]}]
31
31
:pretty-print true }}
32
32
{:id " prod"
33
33
:source-paths [" src-cljs" ]
34
34
:compiler {:output-to " resources/public/js/main.min.js"
35
35
:optimizations :advanced
36
36
:externs [" src-cljs/externs.js" ]
37
- :foreign-libs
38
- [{:file " https://cdn.anychart.com/releases/v8/js/anychart-bundle.min.js"
37
+ :foreign-libs [{:file " https://cdn.anychart.com/releases/v8/js/anychart-bundle.min.js"
39
38
:provides [" anychart" ]}]
40
39
:pretty-print false }}]})
You can’t perform that action at this time.
0 commit comments