资 源 简 介
What is it?
cc2vs is a small .NET program that proxies compile-time warnings and errors for JavaScript files from Google"s Closure Compiler into Visual Studio. If Closure Library is used, cc2vs will ties into the dependency tree via their Python scripts to ensure that the library dependencies are processed as well.
It can also be useful for checking for warnings / errors for all of the JavaScript files in a directory as Closure Compiler currently requires each file to be passed in as a separate argument.
Finally, it"s possible that cc2vs can be used as part of a build script for production code. In order to do that, you"ll need to replace the development JavaScript files with the compiled file via either a build script or as part of a manual deploy process. The default output