We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4a390 commit e37b4daCopy full SHA for e37b4da
src/main/clojure/cljs/closure.clj
@@ -983,7 +983,7 @@
983
"Use the Closure Compiler to optimize one or more JavaScript files."
984
[opts & sources]
985
(when (or ana/*verbose* (:verbose opts))
986
- (util/debug-prn "Applying optimizations" (:optimizations opts)))
+ (util/debug-prn "Applying optimizations" (:optimizations opts) "to" (count sources) "sources"))
987
(let [closure-compiler (make-closure-compiler)
988
^List externs (load-externs opts)
989
compiler-options (make-options opts)
0 commit comments