使用 PHP minify(提供链接),如何抑制/删除所有评论?
使用 PHP minify (http://code.google.com/p/minify/)如何从缩小的最终结果中抑制/删除所有评论?目前,格式为(任意行数)的 javascript 文件中的所有注释都
/*
*
* comments...
*
*/
不会被删除并出现在最终的缩小结果中(尽管代码已成功缩小)..
任何帮助将不胜感激!
Using PHP minify (http://code.google.com/p/minify/) how can ALL comments be suppressed/removed from the end result of the minification? At present all comments in javascript files of the format (any number of lines):
/*
*
* comments...
*
*/
Are not being removed and appear in the final minified result (despite the code being minified successfully)..
Any help would be much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 token_get_all()...
Try the token_get_all()...