可以更改不同文件的 SASS/Compass 输出文件夹吗?

发布于 2024-10-27 08:09:53 字数 159 浏览 1 评论 0原文

我想知道Compass是否可以将文件输出到不同的目录?我有一个相当大的项目,虽然大多数 CSS 文件都放在 /css 文件夹中,但其他文件需要放在 /admin/css 文件夹中。我现在正在对它们进行符号链接,但如果我可以定义一个可以在其他地方输出的文件数组(在 config.rb 中?),那就太好了。

I'm wondering if it's possible for Compass to output files to different directories? I have a fairly large project and while most CSS files go in the /css folder, others need to go in the /admin/css folder. I'm symlinking them for now, but it'd be great if I could define an array of files (in config.rb?) that could be output elsewhere.

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

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

发布评论

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

评论(2

清醇 2024-11-03 08:09:53

在 config.rb 中将 css_dir = "/" 编辑到您想要的目录!我不认为它可以处理多个输出文件夹。

In config.rb edit the css_dir = "/" to your wanted directory! I don't think it can handle multiple output folders.

你在我安 2024-11-03 08:09:53

解决这个问题的一种方法可能是设置符号链接,从它们应该转到实际输出 CSS 文件的位置。

我自己可能会为具有不同主题的 Magento 包做同样的事情。

One way around it might be to set up symlinks from where they're supposed to go to the actual output CSS files.

I might be doing the same myself for a Magento package with different themes.

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