Trigger recompilation of single page #599
-
|
Is it currently possible to trigger the recompilation of a single page? Given a situation where the application is quite large, and the static site generation takes some time, it would be nice to be able to trigger a recompile of just that one page. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
No, there isn't currently a way to do that. It's pretty complicated because pages can depend on each other, for example if you have pagination or "previous" and "next" collection items where updating one item could require re-rendering several pages. How long does your Jigsaw build take? I'm happy to talk about it more and see if there are other ways to speed it up. |
Beta Was this translation helpful? Give feedback.
No, there isn't currently a way to do that. It's pretty complicated because pages can depend on each other, for example if you have pagination or "previous" and "next" collection items where updating one item could require re-rendering several pages.
How long does your Jigsaw build take? I'm happy to talk about it more and see if there are other ways to speed it up.