I'm monitoring a folder for files with a certain extension and then adding another extension to the file.
For example: style.css gets changed to styles.css.liquid
The problem is, when styles.css gets re-saved to the directory (this happens all the time as part of my workflow), a new file named styles-2.css.liquid is created.
Is there a way I can get Hazel to replace/overwrite the existing file instead?
Thank you!