Hello,
I’m working on a large project, and it’s quite common for me to make minor changes to a specific file. The problem is that each time, the obfuscation is very different from the previous one.
When I deploy an update to my server, I can't just replace the modified file; I have to recompile and obfuscate the entire project.
Is there an option that ensures Yak’s algorithm always generates the same obfuscation for the same files? This way, replacing the modified and obfuscated files would be enough to deploy a new version.