From 510a638779c017d63a7036584a0bc9b4b9262230 Mon Sep 17 00:00:00 2001 From: Matthew Huebert Date: Thu, 17 Aug 2023 09:54:30 -0600 Subject: [PATCH] add build-report --- editor2/shadow-cljs.edn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor2/shadow-cljs.edn b/editor2/shadow-cljs.edn index 3e8082a0..10a8676f 100644 --- a/editor2/shadow-cljs.edn +++ b/editor2/shadow-cljs.edn @@ -9,7 +9,7 @@ "/index.html" (maria.cloud.build/index-html)})] :dev {:build-hooks [(maria.cloud.build/tailwind-watch!) (maria.cloud.build/copy-curriculum!)]} - #_#_:release {:build-hooks [(shadow.cljs.build-report/hook {:output-to "public/report.html"})]} + :release {:build-hooks [(shadow.cljs.build-report/hook {:output-to "public/build-report.html"})]} :devtools {:http-root "public" :http-port 8000 :preloads [yawn.view.refresh-preload]}