Cut out 300kb from build

This commit is contained in:
Michiel Borkent 2021-05-26 17:10:13 +02:00
parent 53a91f5fac
commit 60846adf9c
3 changed files with 4 additions and 3 deletions

View file

@ -23,7 +23,7 @@
(fs/create-dirs js-target-dir)
(println "Compiling CLJS")
(shell "clojure -M:dev -m shadow.cljs.devtools.cli release main")
(shell "bb prod")
(fs/copy "resources/public/js/report.html" "gh-pages"
{:replace-existing true})