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 5f08aaf commit 1d98bdbCopy full SHA for 1d98bdb
src/main/clojure/cljs/closure.clj
@@ -595,8 +595,8 @@
595
{:source (str "." ext)
596
:output-file ".js"
597
:source-map ".js.map"
598
- :analysis-cache-edn ".cljs.cache.edn"
599
- :analysis-cache-json ".cljs.cache.json"}))))
+ :analysis-cache-edn (str "." ext ".cache.edn")
+ :analysis-cache-json (str "." ext ".cache.json")}))))
600
601
(defn ^String path-from-jarfile
602
"Given the URL of a file within a jar, return the path of the file
0 commit comments