Skip to content

Commit

Permalink
add build-report
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed Aug 17, 2023
1 parent 6bdffc8 commit 510a638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor2/shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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]}
Expand Down

0 comments on commit 510a638

Please sign in to comment.