I want to minify and obfuscate multiple javascript files at once but keeping the way they are linked (name of variables and functions)
Do you know any software that could help ?
Thx by advance
|
I want to minify and obfuscate multiple javascript files at once but keeping the way they are linked (name of variables and functions) Do you know any software that could help ? Thx by advance |
|||||||
|
|
Pick whatever suits you best. |
|||
|
|
|
You can also convert multiple js files into multiple obfuscated files instead of having one single obfuscated files. I've created a solution and explained it on my blog. Please take a look: http://adilsblogs.blogspot.com/2012/07/obfuscating-multiple-js-files-using-yui.html |
|||
|
|
|
Our ECMAScript Obfuscator does this. It builds a map remember how it obfuscated names, and you can reobfuscate individual files, or new files, and extend the map, without breaking what has already been obfuscated. |
|||
|
|