Using shake for a website generator, I encounter the already known problem of how to remove produce files when the source has been deleted. It seems to be difficult in general, but are there solutions for the specific case that a html
is produced for exactly one markup
source?
In particular, if I know (from using Twitch
) that a source file is deleted can I just go and delete the target? Does this cause any issues for shake?