Replies: 2 comments 3 replies
-
Typically, we expect the extension author to provide these dependencies to Quarto so they may be moved alongside the rendered output. This is usually done via the LUA API: https://quarto.org/docs/extensions/lua-api.html#html-dependencies It looks like perhaps the service worker needs to be provided (but you may provide additional scripts or other types of HTML dependencies as well). |
Beta Was this translation helpful? Give feedback.
-
Your examples above are exactly correct! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
At JSM, there was an attempt to use https://quarto.pub to host a quarto document that used an extension needing two additional files to be placed alongside the document. From the error message below, it seems like the files were not included alongside the rendered document.
Is there a way to ensure files are included with rendered quarto documents on quarto.pub?
Screenshot of the page:
Relevant error message from the demo showing missing files:
Demo page on quarto.pub:
https://maria.quarto.pub/webr-demo/
Local version working:
https://www.youtube.com/watch?v=Kb_5GM3aUSk
Beta Was this translation helpful? Give feedback.
All reactions