grunt-contrib-obfuscator
grunt-contrib-obfuscator copied to clipboard
Update to 4.0 and automatically generate identifiersPrefixes
trafficstars
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:
- https://github.com/javascript-obfuscator/javascript-obfuscator/issues/568
- https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1093
- https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1150
- https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1172
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