File tree
Expand file treeCollapse file tree4 files changed
+4
-5
lines changed Expand file treeCollapse file tree4 files changed
+4
-5
lines changed Original file line number | Diff line number | Diff line change |
---|
|
30 | 30 | <dependency>
|
31 | 31 | <groupId>com.google.javascript</groupId>
|
32 | 32 | <artifactId>closure-compiler</artifactId>
|
33 |
| -<version>v20151216</version> |
| 33 | +<version>v20160315</version> |
34 | 34 | </dependency>
|
35 | 35 | <dependency>
|
36 | 36 | <groupId>org.clojure</groupId>
|
|
Original file line number | Diff line number | Diff line change |
---|
|
12 | 12 | [org.clojure/data.json "0.2.6"]
|
13 | 13 | [org.clojure/tools.reader "1.0.0-beta1"]
|
14 | 14 | [org.clojure/google-closure-library "0.0-20151016-61277aea"]
|
15 |
| -[com.google.javascript/closure-compiler "v20151216"] |
| 15 | +[com.google.javascript/closure-compiler "v20160315"] |
16 | 16 | [org.mozilla/rhino "1.7R5"]]
|
17 | 17 | :profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
|
18 | 18 | :uberjar {:aot :all :main clojure.main}}
|
|
Original file line number | Diff line number | Diff line change |
---|
|
3 | 3 | set -e
|
4 | 4 |
|
5 | 5 | CLOJURE_RELEASE="1.8.0"
|
6 |
| -CLOSURE_RELEASE="20151216" |
| 6 | +CLOSURE_RELEASE="20160315" |
7 | 7 | DJSON_RELEASE="0.2.6"
|
8 | 8 | GCLOSURE_LIB_RELEASE="0.0-20151016-61277aea"
|
9 | 9 | RHINO_RELEASE="1_7R5"
|
|
Original file line number | Diff line number | Diff line change |
---|
|
244 | 244 | (setExtraAnnotationNames (map name (:closure-extra-annotations opts)))))
|
245 | 245 |
|
246 | 246 | (. compiler-options
|
247 |
| -(setOutputCharset (:closure-output-charset opts "UTF-8")) |
248 |
| -#_(setOutputCharset (to-charset (:closure-output-charset opts "UTF-8"))) ;; only works > 20160125 Closure Compiler |
| 247 | +(setOutputCharset (to-charset (:closure-output-charset opts "UTF-8"))) ;; only works > 20160125 Closure Compiler |
249 | 248 | )
|
250 | 249 |
|
251 | 250 | compiler-options)
|
|
You can’t perform that action at this time.
0 commit comments