I have a zipped file static resource containing various javascript files.
When I use The Welking Suiite to edit a javascript file inside the zipped static resource and execute Build Selection, the static resource is saved to Salesforce etc and everything works fine with the following exception. I get an error in the Error List inside The Welkin Suite stating:
Error 1 Zipped version of ContractsBatchUpload.resource was modified outside of The Welkin Suite. It was renamed to ContractsBatchUpload.resource.bak1 and changes from the unzipped folder were used.
Every time I build changes, a new BAK file is saved to the project -> src -> staticresources folder.
So I get, for example:
zipfile.resource
zipfile.resource.bak
zipfile.resource.bak1
etc
After a few edits I get multiple BAK files accumulated that I periodically delete to clean things up.
Any ideas what is causing that / how I can prevent it?