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 93544d6 commit 517d623Copy full SHA for 517d623
src/main/clojure/cljs/closure.clj
@@ -636,7 +636,8 @@
636
;; actually compile from JAR
637
(let [cache-path (cache-base-path opts)]
638
(when-not (.exists (:output-file cacheable))
639
- (-compile (jar-file-to-disk jar-file cache-path opts) opts))
+ (-compile (jar-file-to-disk jar-file cache-path opts)
640
+ (assoc opts :output-dir cache-path)))
641
(doseq [[k ^File f] cacheable]
642
(when (.exists f)
643
(let [target (io/file (util/output-directory opts)
0 commit comments