tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

Have content generators add their dependencies to the graph. #315

Open carbontwelve opened 6 years ago

carbontwelve commented 6 years ago

Content Generators should be added as dependants of the template that required them. The complexity here is that the generator needs to be added as a dependant of the files that it uses for input while also being the parent to the files it generates.

Should we care about the files it generates? They pose no real purpose other than taking up RAM.

This is a much larger task than expected:

This is a sub task of #311