This is rather a question: Should the plugin delete files generated from deleted templates? It currently overwrites files whose templates got updated.
Or is an explicit clean required here? How do other plugins behave in that regard?
Background: I often get compile errors after switching branches because of leftover generated files which became invalid. Is a clean recommended after switching branches in general?
Thanks!