Finish migration of publishing to deps

* Frontend and cmdline version use the same fns!
* Add docstrings and db tests
* Fix bug with intermittently failing asset copies
* Move publish cli to scripts since publish-spa shouldn't have graph-parser dependency
* Fix parse-graph bug noticed while testing publishing
This commit is contained in:
Gabriel Horner
2023-04-03 15:43:37 -04:00
committed by Tienson Qin
parent 9ac17d485a
commit 5186070248
24 changed files with 731 additions and 709 deletions

7
scripts/nbb.edn Normal file
View File

@@ -0,0 +1,7 @@
{:paths ["src"]
:deps
{logseq/graph-parser
;; Nbb bug. Should just be "../graph-parser"
{:local/root "../../../../deps/graph-parser"}
logseq/publish-spa
{:local/root "../../../../deps/publish-spa"}}}