scmorrison / uzu

Uzu is a static site generator with built-in web server, file modification watcher, live reload, i18n, themes, multi-page support, inject external data via local Raku module, and external pre/post command execution.
Artistic License 2.0
36 stars 1 forks source link

Editing a partial forces rebuild of all templates #21

Closed evanmiller closed 7 years ago

evanmiller commented 7 years ago

I guess this is the converse of #20. Editing a partial now rebuilds all templates, rather than only the templates that include the partial.

scmorrison commented 7 years ago

This should be working correctly now. I have added a summary to the readme that outlines what triggers a page rebuild:

https://github.com/scmorrison/uzu#page-render-conditions