YUI 删除 javascript 注释
我需要从一些 Javascript 代码中删除注释(“//这是一条注释”之类的注释),我正在使用 YUI 压缩器,有一个选项可以做到这一点吗?
感谢
感谢您的回复,我正在尝试合并几个脚本并在使用 YUI 压缩后;我发现如果我压缩然后合并脚本它可以工作,但是如果我合并然后压缩,就会出现问题并且我得到了一个损坏的脚本
I need to remove comments (the "// This is a comment" like comments) from some Javascript code, I'm using YUI compressor, there is an option to do that?
Thanks
Thanks for the response, I'm trying to merge several scripts and after compress with YUI; I've found if I compress and then merge the scripts it works, but if I merge and then compress, something goes wrong and I got a broken script
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
YUI Compressor 默认删除注释。您必须使用特殊的注释格式来保存注释。
YUI Compressor removes comments by default. You have to use a special comment format to keep comments.