We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799325a commit befb367Copy full SHA for befb367
1 file changed
src/main/clojure/cljs/closure.clj
@@ -999,7 +999,8 @@
999
(-> (add-dependency-sources preloads opts)
1000
deps/dependency-order
1001
(compile-sources opts)
1002
- (add-js-sources opts))
+ (add-js-sources opts)
1003
+ deps/dependency-order)
1004
(next post))))))
1005
1006
(comment
@@ -2540,7 +2541,6 @@
2540
2541
(cond-> (= :nodejs (:target all-opts)) (concat [(-compile (io/resource "cljs/nodejs.cljs") all-opts)]))
2542
2543
(add-preloads all-opts)
- deps/dependency-order
2544
add-goog-base
2545
(cond-> (= :nodejs (:target all-opts)) (concat [(-compile (io/resource "cljs/nodejscli.cljs") all-opts)]))
2546
(->> (map #(source-on-disk all-opts %)) doall)
0 commit comments