如何从 Compass 输出压缩的 CSS?

发布于 2024-08-22 18:59:22 字数 76 浏览 4 评论 0原文

如何配置指南针以输出较小或压缩的 CSS 文件?我尝试了 compass -scompressed 但没有成功。

How do I configure compass to output smaller or compressed CSS files? I tried compass -s compressed but that didn't work.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

手心的温暖 2024-08-29 18:59:22

在您的 config.rb 文件中:

output_style = :compressed

更多信息请访问 http:// compass-style.org/help/documentation/configuration-reference/

In your config.rb file:

output_style = :compressed

More at http://compass-style.org/help/documentation/configuration-reference/.

吃→可爱长大的 2024-08-29 18:59:22

您是否尝试在命令行中使用参数的全名?

compass watch --output-style=compressed

Did you try with the full name of the argument in command line ?

compass watch --output-style=compressed
蹲墙角沉默 2024-08-29 18:59:22

我使用以下终端命令

compass compile -e production --force

参考: http://compass-style.org/help/tutorials/product-css /

i use the following terminal command

compass compile -e production --force

reference: http://compass-style.org/help/tutorials/production-css/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文