We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65af943 commit 9702dc4Copy full SHA for 9702dc4
project.clj
@@ -26,7 +26,7 @@
26
:compiler {:output-to "resources/public/js/main.js"
27
:optimizations :whitespace
28
:foreign-libs
29
- [{:file "http://cdn.anychart.com/js/latest/anychart.min.js"
+ [{:file "https://cdn.anychart.com/releases/v8/js/anychart-bundle.min.js"
30
:provides ["anychart"]}]
31
:pretty-print true}}
32
{:id "prod"
@@ -35,6 +35,6 @@
35
:optimizations :advanced
36
:externs ["src-cljs/externs.js"]
37
38
39
40
:pretty-print false}}]})
0 commit comments