-
Notifications
You must be signed in to change notification settings - Fork 334
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
read access on bootstrap css file #11532
Comments
Thanks a lot for the report. This is a change hard to detect. Took me some time to find which file rewrite was loosing original mode. Here is what happens:
quarto-cli/src/command/render/pandoc-html.ts Lines 536 to 545 in bf1591b
We'll fix that, and probably backport to 1.6 in our next patch release. To be confirmed with @cscheid. One note though on that: Quarto did not set on purpose the mode to be So it could also be a choice from quarto to consider |
This is definitely worth a backport and early patch release. |
This was fixed in another PR and it has been backported to v1.6. We'll do a patch release soon. |
Bug description
Under quarto 1.6.37, when generating my website (robjhyndman.com), the
bootstrap-<string of characters>.min.css
file that is created (within the_site/site_libs/bootstrap
folder) has permissions-rw-------
instead of-rw-r--r--
. This means the site renders fine locally, but when uploaded to a server, it is broken (that file returns a 403 error).I have fixed it using
chmod +r
on the server, but this has to be done every time I regenerate the site.The problem didn't occur using quarto 1.5.57.
Steps to reproduce
No response
Expected behavior
No response
Actual behavior
No response
Your environment
No response
Quarto check output
The text was updated successfully, but these errors were encountered: