这个问题是这样提出来的,因为目前web 2.0的迅猛发展,AJAX技术迅速热火,所以JavaScript的文件大小也就变成几百K了,如果有7,8个这样的文件,客户端首次打开页面,就会变得比较缓慢。因此对Javascript的混淆obsfucater和压缩就变得重要了。目前有第三方的工具,比如js crunch。所以我们就想到了一个问题,就是Visual Studio的后续版本有没有考虑加入对js文件的混淆和压缩。
我问的原始的问题如下:
As we know, web 2.0 is widely spreaded, ajax and js become more and more popular and important, visual studio 2008 has added some cool features about js, such as more flexible js debug function,intelisense, but there seems no js obfuscater and compression support, so we must use some third party js crunch, is there any plan to support this feature in the future, or is there any new plan to ajax and js in the next vesion of asp.net?
Scott的回答说可以使用第三方的,也会在将来考虑加入更多对JS的支持 :)