我可以配置 Compass 将 CSS 输出到不同的驱动器上吗?

发布于 2024-08-10 19:24:38 字数 128 浏览 7 评论 0原文

假设我在 D:\Compass 上有一个 Compass 项目(这是我保存源代码的地方),并且我想在 E:\CSS 上输出生成的样式表,这是否可能?我尝试更改 --css-dir 但它不起作用,因为它必须相对于项目目录?以前有人尝试过这个吗?

Let's say that I have a Compass project on D:\Compass (this is where I keep my sources) and I want to output my generated stylesheets on E:\CSS, is that possible in any way? I tried changing the --css-dir but it won't work because it has to be relative to the project dir? Has anyone tried this before?

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

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

发布评论

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

评论(1

美胚控场 2024-08-17 19:24:39

我知道这是一个有点垃圾的答案,但也许它会有所帮助:

在大多数 *nix 系统上,您可以执行以下操作:

  • 在要使用的驱动器上创建相关文件夹。
  • 创建指向指南针项目中的文件夹的符号链接
  • 将该文件夹设为指南针输出文件夹

不确定 Windows 的确切过程,但我知道您可以执行符号链接或类似的操作: http://en.wikipedia.org/wiki/NTFS_symbolic_link

I appreciate this is a bit of a rubbish answer, but perhaps it will help:

On most *nix systems you can do something like:

  • Make the relevant folder on the drive you want to use.
  • Create a symbolic link to the folder within your compass project
  • Make that folder your compass output folder

Not sure of the exact process for windows, but I'm aware you can do symbolic links or something similiar: http://en.wikipedia.org/wiki/NTFS_symbolic_link

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