-
Notifications
You must be signed in to change notification settings - Fork 10
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
Quarto website, is it necessary to delete full folder? #261
Comments
I would love for |
@vincentarelbundock I have I have all the changes implemented in my fork and it works flawlessly with project:
type: website
output-dir: ../docs This along with not creating the For current projects, adding I can submit a PR; but before I do that, I wanted to try and figure out what the defaults should be.
This is potentially problematic since any changes to the package that affect output will NOT trigger a rerender. I think the natural solution is to rerun everything if |
That sounds awesome! Yesss! What you propose at the end sounds very reasonable. Ping me when you've put a PR together. I'll try it on a couple more websites and review. This is going to be a life saver for some of my bigger packages! |
Was this resolved by #262 or are there other things to do? |
Hi @etiennebacher and @vincentarelbundock. Finally got around to trying out altdoc and I love it.
I'm making a switch for a project I'm working on. There's a few vignettes that take forever to run; the
freeze
argument is not working for me. This got me debug stepping through the code and I realized that_quarto()
is destroyed every time render_docs is run. @vincentarelbundock, could you tell me the rationale of this? Would it be possible to just replace the.qmd
files without destroying the whole folder? This would letquarto
's internal freeze caching work?The text was updated successfully, but these errors were encountered: