Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Build resources relative to Quarto project root #130

Merged
merged 2 commits into from
Sep 4, 2024
Merged

Conversation

georgestagg
Copy link
Collaborator

Avoids downloading the same R package(s) many times when using the shinylive extension in a Quarto project with multiple documents in subdirectories.

Fixes quarto-ext/shinylive#61.

A fallback of "." (corresponding to the current behaviour) is set incase the QUARTO_PROJECT_DIR environment variable is ever unset.

Avoids downloading the same R packages many times when using the
shinylive extension in a Quarto project with multiple documents in
subdirectories.

Fixes quarto-ext/shinylive#61
@schloerke
Copy link
Collaborator

Thank you!

@schloerke schloerke changed the title Build resources relative to Quarto project root feat: Build resources relative to Quarto project root Sep 4, 2024
@schloerke schloerke enabled auto-merge (squash) September 4, 2024 18:14
@schloerke schloerke merged commit bd17fc8 into main Sep 4, 2024
12 checks passed
@schloerke schloerke deleted the proj-dir branch September 4, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repeated downloads of the same WASM package
2 participants