javascript-obfuscator / grunt-contrib-obfuscator

Grunt plugin for the javascript-obfuscator package.
MIT License
29 stars 20 forks source link

Update to 4.0 and automatically generate identifiersPrefixes #41

Open softworkz opened 1 year ago

softworkz commented 1 year ago

Generation of identifiersPrefix values per file is required as requested here already https://github.com/javascript-obfuscator/grunt-contrib-obfuscator/issues/20

to avoid errors like these:

softworkz commented 1 year ago

As I don't have time to wait for whether this might ever get merged or not, I have created

a fork: https://github.com/softworkz/grunt-contrib-obfuscator-4 and a new Grunt plugin: https://www.npmjs.com/package/grunt-contrib-obfuscator-4