derkork / simplegen

A simple yet powerful general-purpose code generator
Other
9 stars 1 forks source link

included files are not taken into account when doing incremental templating #41

Open derkork opened 2 years ago

derkork commented 2 years ago

consider this code in a template

{% include 'templates/foo.j2' %}

....

If you change nothing else but the contents of foo.j2 then incremental templating will not re-render the template, but it should.