gpt4 book ai didi

css - Compass on Win 使用 Compass 元素目录之外的相对路径

转载 作者:行者123 更新时间:2023-11-28 09:15:06 25 4
gpt4 key购买 nike

我在现有站点上使用 Sass,并决定在 Win7x64 上启动并运行 Compass。 Ruby、HAML、Compass 都安装正常(afaik)。

我在 c:\project 有一个元素,其中的静态文件由 c:\project\static 提供,其目录结构必须保留一样。我进入了 c:\project\static 并运行了这个:

compass create css-compass

这导致了以下目录结构

c:\project\static\css (previously existed; output css)
c:\project\static\css-sass (previously existed; source css)
c:\project\static\css-compass (the new compass dir created by compass)

这是我的 config.rb:

# Require any additional compass plugins here.
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "..\\css"
sass_dir = "..\\css-sass"
images_dir = "images"
javascripts_dir = "javascripts"

当我转到 c:\project\static 并运行 compass watch compass-css 时,出现以下错误:

Nothing to compile. If you're trying to start a new project, you have left off the directory argument. Run "compass -h" to get help.

但是,如果我在 c:\project\static\css-compass 中从 css->..\csscss-sass = > ..\css-sass 然后一切正常。

什么什么?

最佳答案

捂脸

显然,您需要在 config.rb 文件中设置 relative_assets = true。为什么这不是默认设置超出了我的范围。好吧!

关于css - Compass on Win 使用 Compass 元素目录之外的相对路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3508009/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com