Open davegaeddert opened 2 years ago
If you have a base.template.html extended by a x.template.html, when you modify base.template.html it needs to rebuild everything downstream of base.template.html and x.template.html.
base.template.html
x.template.html
If you have a
base.template.html
extended by ax.template.html
, when you modifybase.template.html
it needs to rebuild everything downstream ofbase.template.html
andx.template.html
.