How pre- are pre-render scripts? #3879
-
When you run |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
You need to actually write something, as is it is merely a post and mostly a spam ... |
Beta Was this translation helpful? Give feedback.
-
I agree with @mcanouil that a bit more information would be helpful :) but I think I can attempt to reverse-engineer the question as "when exactly do quarto pre-render scripts get called?" The short answer to that is "after determining which files are to be rendered, but before rendering any of them". The long answer to that is "the full story is on |
Beta Was this translation helpful? Give feedback.
-
Another use-case scenario I've run into: I have a R script that generates |
Beta Was this translation helpful? Give feedback.
I agree with @mcanouil that a bit more information would be helpful :) but I think I can attempt to reverse-engineer the question as "when exactly do quarto pre-render scripts get called?"
The short answer to that is "after determining which files are to be rendered, but before rendering any of them". The long answer to that is "the full story is on
src/command/render/project.ts:renderProject
"