指南针没有在崇高文本中编译2

时间:2014-10-08 05:46:22

标签: sass sublimetext2 compass-sass compass

在我尝试保存scss文件时出现以下错误:

File to import not found or unreadable: compass. (Sass::SyntaxError)

我的Sass构建器配置:

{
    "output_path": "../css",
    "options": {
        "cache":         true,
        "debug":         true,
        "line-comments": true,
        "line-numbers":  true,
        "style":         "nested"
    }
}

使用我的Sublime Text 2安装以下软件包:
https://github.com/bnlucas/SassBuilder
https://github.com/WhatWeDo/Sublime-Text-2-Compass-Build-System

所以问题是,我在这里做错了什么?我是否需要在构建配置中添加内容?

提前致谢!

0 个答案:

没有答案