Skip to content

Commit 144e3fc

Browse files
committed
Small rafactoring
1 parent 8b2ecbe commit 144e3fc

File tree

5 files changed

+41228
-41230
lines changed

5 files changed

+41228
-41230
lines changed

project.clj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,21 @@
1919
[postgresql/postgresql "8.4-702.jdbc4"]
2020
[clojure.jdbc/clojure.jdbc-c3p0 "0.3.2"]
2121
[honeysql "0.6.1"]]
22-
:plugins [[lein-cljsbuild "1.1.0"]]
22+
:plugins [[lein-cljsbuild "1.1.0"]
23+
[lein-ancient "0.6.15"]]
2324
:main sample.core
2425
:cljsbuild {:builds [{:id "dev"
2526
:source-paths ["src-cljs"]
2627
:compiler {:output-to "resources/public/js/main.js"
2728
: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"
3030
:provides ["anychart"]}]
3131
:pretty-print true}}
3232
{:id "prod"
3333
:source-paths ["src-cljs"]
3434
:compiler {:output-to "resources/public/js/main.min.js"
3535
:optimizations :advanced
3636
: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"
3938
:provides ["anychart"]}]
4039
:pretty-print false}}]})

0 commit comments

Comments
 (0)