Skip to content

Commit

Permalink
Add shadow task [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 12, 2022
1 parent 95d04fc commit bcbda7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 753 deletions.
5 changes: 4 additions & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@
'->Namespace {:no-doc true}
'IVar {:no-doc true}}}})
markdown (str (slurp "test-resources/API-prelude.md") markdown)]
(spit "API.md" markdown))}}}
(spit "API.md" markdown))}

shadow-build-report {:doc "Run shadow-cljs for build report"
:task (shell "npx shadow-cljs release sci")}}}
751 changes: 0 additions & 751 deletions report-resolve.html

This file was deleted.

2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
:modules
{:sci {:entries [sci.core]}}
:build-hooks [(shadow.cljs.build-report/hook
{:output-to "report-resolve2.html"})]}}}
{:output-to "report.html"})]}}}

0 comments on commit bcbda7a

Please sign in to comment.