Supplementary JS files are not being uploaded to Quarto Pub via quarto publish
#6828
Labels
bug
Something isn't working
publishing-quartopub
triaged-to
Issues that were not self-assigned, signals that an issue was assigned to someone.
Milestone
Bug description
The issue is an elevation of the original discussion post regarding supplementary files and quarto pub, c.f. #6487
So, I've tried to publish a demo Qmd file onto Quarto pub with the updated structure now; but, even with using
quarto.doc.add_html_dependency()
, I'm getting a similar error on page load.You can see the document here:
https://coatless.quarto.pub/webr-enabled-code-cells/
Is there a way to see what files are being uploaded onto Quarto Pub? Or what files are present with a quarto.pub site?
I published to https://quarto.pub using the publishing command with
QUARTO_PUB_AUTH_TOKEN
.Steps to reproduce
In particular, we have:
Gives:
This was built and published using
quarto-1.4.358
andquarto-webr
@ v0.3.2Expected behavior
Ideally, the javascript service workers generated --
webr-serviceworkers.js
andwebr-workers.js
-- should be present on Quarto pub. When files are being uploaded onto Quarto pub, it would be great to be able to also see a list of whats being sent. Similarly, it would be good to understand the files being stored on quarto.pub.Actual behavior
The javascript service workers are not available on quarto pub.
Your environment
Quarto check output
Quarto 1.4.358 [✓] Checking versions of quarto binary dependencies... Pandoc version 3.1.7: OK Dart Sass version 1.55.0: OK Deno version 1.33.4: OK [✓] Checking versions of quarto dependencies......OK [✓] Checking Quarto installation......OK Version: 1.4.358 Path: /opt/quarto/bin [✓] Checking tools....................OK TinyTeX: v2023.09 Chromium: (not installed) [✓] Checking LaTeX....................OK Using: TinyTex Path: /home/rstudio/.TinyTeX/bin/x86_64-linux Version: 2023 [✓] Checking basic markdown render....OK [✓] Checking Python 3 installation....OK Version: 3.10.12 Path: /usr/bin/python3 Jupyter: (None) Jupyter is not available in this Python installation. Install with python3 -m pip install jupyter [✓] Checking R installation...........OK Version: 4.3.1 Path: /usr/local/lib/R LibPaths: - /usr/local/lib/R/site-library - /usr/local/lib/R/library knitr: 1.43 rmarkdown: 2.24 [✓] Checking Knitr engine render......OK
The text was updated successfully, but these errors were encountered: