You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above command obfuscates all the JS files under the scripts folder. However it creates a new file for each found JS file. I am obfuscating my code base and do not want to create new files i want to overwrite existing files.
My JS files are referenced from index.html therefore i do not want to rename them. If they are renamed then all my codebase breaks. I cannot see an option that allows me to specify to overwrite existing files.