最佳 HTML(标头内带有 CSS-3 样式)压缩/混淆
我有一个 HTML 结构,里面有 css3,例如@-webkit-keyframes,..等
是否有任何好的压缩/混淆方法/工具(在线或非在线)可以缩小所有代码,并且如果很难的话也很好可读吗?
I have an HTML structure which has css3 inside e.g. @-webkit-keyframes,..etc
Is there any good compression/obfuscating method/tool (online or not) which could minify all that code and would also be good if it would be hardly readable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
YUI 压缩器。将其与自动化构建工具(例如 Apache Ant)一起使用,它的功能非常强大。我建议您查看我们的博客使用 Apache Ant 构建 Web 应用程序。应该具有您需要的所有缩小、压缩优点。
YUI Compressor. Use it with an automated build tool such as Apache Ant and it's quite powerful. I recommend you check our this blog on Building Web Applications with Apache Ant. Should have all the minifying, compressing goodness you need.