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.
有时,在对我正在处理的 HTML/CSS/JavaScript 文件进行快速大小检查时,我会在我的 Mac 上的命令行上对它们应用 gzip 压缩,例如
cat stylesheet.css | gzip -c | wc -c
在 Windows 上是否有等效的方法来执行此操作?它不一定是命令行,但如果是的话会很好。
如果您使用任何 Node 工具,gzip-size-cli是一个不错的选择。
gzip-size path/to/file.css
https://github.com/sindresorhus/gzip-size-cli