Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道任何 CLI CSS 压缩器只用于普通的 css 文件?不适用于 SASS/SCSS、LESS 或 Stylus。
我相信会有一个压缩器可用于将 style.css 压缩为 style.min.css?
试试YUI 压缩器(快速参考)。它非常简单,并且还支持 JavaScript 缩小(不会有坏处)。
它也可以在这里作为服务找到。