可下载的 html5 和CSS3 压缩器?
有没有可下载的,html5 &我可以将 css3 压缩器放在我的网站上供人们使用,因为我自己没有足够的知识、时间或金钱来完成它?
is there any downloadable, html5 & css3 compressors that i could put on my site for people to use since I don't quite have the knowledge, or time, or money to do it myself?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看此主题:
HTML 在线最小化器/压缩器?
https://stackoverflow.com/questions/728260/html-minification
https://stackoverflow.com/questions/4843871/javascript-and-css-minimizer
Look at this topics :
HTML online minimizer/compressor?
https://stackoverflow.com/questions/728260/html-minification
https://stackoverflow.com/questions/4843871/javascript-and-css-minimizer
对于 CSS3,您可以尝试 Devilo,因为我尝试过的大多数其他压缩器(包括当前的 YUI 压缩器)往往会破坏 CSS3 语法。压缩引擎识别新属性非常重要,否则压缩后获得的结果将很难调试。
For CSS3 you can try Devilo as most other compressors I tried (including the current YUI compressor) tends to break the CSS3 syntax. It is important that the compression engine recognizes the new properties, else the result you'll get after compression will be very difficult to debug.