简体   繁体   English

VisualStudio JavaScript混淆器窗口

[英]VisualStudio javascript obfuscator windows

Hello I am looking for a java script obfuscator, as an extension to Visual Studio 2010 preferably with UI (check a bunch of js files and "obfuscate" them into one min.js) I was consider in "YUI Compressor" tool maybe you could share your opinion about the best obFuscator for VS2010: 您好,我正在寻找Java脚本混淆器,作为对Visual Studio 2010的扩展,最好是具有UI(检查一堆js文件并将其“混淆”为一个min.js),我曾考虑过在“ YUI Compressor”工具中使用分享您对VS2010最好的obFuscator的看法:

"the best": “最好的”:

1.Doesn't mess up utf-8 encoded letters (ąčęąčę) 1,不要弄乱utf-8编码的字母(±čęąčę)

2.Capable of combining few js files into one 2.能够将几个js文件合并为一个

3.size of minimized js then ease of use 3.最小化js的大小然后易于使用

4.ability(if possible) to minimise css ... 4.能力(如果可能的话)以最小化CSS ...

,5. 5。 free also what is gzip??(try wikipedia;)) 还可以免费使用gzip吗?(尝试Wikipedia;))

I recommend the talifun-web suite which includes a crusher module. 我推荐talifun-web套件,其中包括破碎机模块。 It's always worked a treat for me. 一直为我工作。 In web.config you list the files you want "crushed" into a single file (works as well with CSS as Javascript) and everything else is taken care of. 在web.config中,您可以将要“粉碎”的文件列出为一个文件(与CSS和Javascript一样工作),其他所有工作都得到了处理。

http://code.google.com/p/talifun-web/ http://code.google.com/p/talifun-web/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM