It occurs every now and then that I find files from resources, userlib or vendorlib in my deployment that are actually deleted in the source. Then I need to clean the deployment folder to solve that.
Some applications have logic that automatically read email templates or excel templates from the resource folder on startup.
My idea is to delete files automatically in the deployment folder if the source does not exist anymore, this will solve some issues people ask in the forum, and make the deployment process more intuitive and less sensitive.