File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3030 <dependency >
3131 <groupId >com.google.javascript</groupId >
3232 <artifactId >closure-compiler</artifactId >
33- <version >v20151216 </version >
33+ <version >v20160315 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.clojure</groupId >
Original file line number Diff line number Diff line change 1212 [org.clojure/data.json " 0.2.6" ]
1313 [org.clojure/tools.reader " 1.0.0-beta1" ]
1414 [org.clojure/google-closure-library " 0.0-20151016-61277aea" ]
15- [com.google.javascript/closure-compiler " v20151216 " ]
15+ [com.google.javascript/closure-compiler " v20160315 " ]
1616 [org.mozilla/rhino " 1.7R5" ]]
1717 :profiles {:1.6 {:dependencies [[org.clojure/clojure " 1.6.0" ]]}
1818 :uberjar {:aot :all :main clojure.main}}
Original file line number Diff line number Diff line change 33set -e
44
55CLOJURE_RELEASE=" 1.8.0"
6- CLOSURE_RELEASE=" 20151216 "
6+ CLOSURE_RELEASE=" 20160315 "
77DJSON_RELEASE=" 0.2.6"
88GCLOSURE_LIB_RELEASE=" 0.0-20151016-61277aea"
99RHINO_RELEASE=" 1_7R5"
Original file line number Diff line number Diff line change 244244 (setExtraAnnotationNames (map name (:closure-extra-annotations opts)))))
245245
246246 (. 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
249248 )
250249
251250 compiler-options )
You can’t perform that action at this time.
0 commit comments