是否有适用于记事本的 Google Closure Compiler 插件++
我在“互联网”上四处寻找,但找不到正确的答案:
是否有 Google Closure 编译器 Notepad++< /strong> 或让它与NppExec.Execute(F6 键)一起工作的方法。
I looked around on "the Internet" but could not find a proper answer:
Is there a Google Closure Compiler plugin for Notepad++ or a way to get it working with NppExec.Execute (F6-key).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
去获取 http://closure-compiler.googlecode.com/files/compiler- latest.zip,然后解压缩。
launch
会创建一个新文件,该文件的名称与当前使用的文件相同,但末尾带有
-compiled.js
。go and grab http://closure-compiler.googlecode.com/files/compiler-latest.zip, then unzip it.
launch
which creates a new file which is named as the currently used one but has
-compiled.js
at its end.JSMinNpp 插件将最小化 js 代码。它可以是一种替代方案。
尝试一下:http://jsminnpp.sf.net
JSMinNpp plugin will minimize js code. It can be an alternative.
Have a try: http://jsminnpp.sf.net