Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Avoid including ClojureScript .class files
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Mar 26, 2018
1 parent 781b5d2 commit 9a468e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.boot
Expand Up @@ -130,7 +130,7 @@
'org.clojure/google-closure-library #"^goog[\\\/].*(?<!_test)\.js$"
'org.clojure/google-closure-library-third-party #"^goog[\\\/].*(?<!_test)\.js$"
'org.clojure/tools.reader #"^cljs.*clj$"
'org.clojure/clojurescript #""
'org.clojure/clojurescript #"(cljs|clojure)[\\\/].*(\.clj.?|\.js|\.cache\.json|\.aot\.edn)$"
'org.clojure/test.check #""}
:move {#"^main.out[\\\/]((cljs|clojure|cognitect|lumo|lazy_map|fipp|process).*)" "$1"})
(sift :include #{#"^main.js" #"^bundle.js" #"^cljs(?!\.js)" #"core\$macros"
Expand Down

0 comments on commit 9a468e1

Please sign in to comment.