pipeline.ori: include linked files here for debug/devel

This commit is contained in:
Hans Fast 2026-03-23 15:41:34 +01:00
parent 2ecb2ab1fd
commit 5f9ee180d2
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,7 @@
//bug in 0.6.14?
linksByFile: Tree.map(renderedPages,getLinkedFilesFromHtml.js)
linksByFile: Tree.map(Tree.map(renderedPages, (a) => a/html),getLinkedFilesFromHtml.js)
uniqueLinks: Tree.flat(linksByFile, 2) → (a) => [...new Set(a)]
//links: Tree.flat(Tree.map(renderedPages, getLinkedFilesFromHtml.js), 2)
// → (links) => Tree.flat(links, 2) → (a) => Tree.values([...new Set(a)]/0)
@ -86,4 +86,5 @@
Now, I think I have enough to build both the individual pages and the index page!
*/
index.html: indexPage.ori(final, all)
...onlyLinkedFiles
}