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 a816c3c commit 3c2dab3Copy full SHA for 3c2dab3
src/clj/cljs/closure.clj
@@ -881,7 +881,7 @@ should contain the source for the given namespace name."
881
(defn optimize
882
"Use the Closure Compiler to optimize one or more JavaScript files."
883
[opts & sources]
884
- (when (or *verbose* (:verbose opts))
+ (when (or ana/*verbose* (:verbose opts))
885
(util/debug-prn "Applying optimizations" (:optimizations opts)))
886
(let [closure-compiler (make-closure-compiler)
887
^List externs (load-externs opts)
0 commit comments