codekit 3 更新现有的指南针项目无法编译 sass (scss)

codekit 3 update with existing compass project failing to compile sass (scss)

我知道我应该移至 bourbon or some other css framework that is not compass, due to compass 的警告不再积极开发。酷

但我刚刚从 codekit 2 to codekit 3 更新。

我仍想使用 existing/old 项目来编译我的 sass。我希望这是可能的。我确定我不是唯一一个在使用更新编译后看到此错误的人:

Compass: Compiling failed with this error: (null)

我更新到 codekit 3,我所有的 codekit 2 项目都不见了。所以我只是将我现有的项目拖到 codekit 3 中,它似乎导入得很好。没有警告,并且 codekit 指南针对话框显示指南针已安装...

理论上,该项目似乎已经导入,就像在 codekit 2 中一样。我在 config.rb 中的所有设置都是相同的,并且 javascript 编译设置也已迁移:-)

config.rb一样...

require 'compass/import-once/activate'
# Require any additional compass plugins here.

# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "scss"
images_dir = "img"
javascripts_dir = "scripts"
fonts_dir = "fonts"

output_style = :nested

# To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true

line_comments = false
color_output = false

preferred_syntax = :scss

并且在我的项目文件夹中有一个名为 config.codekit3 的新 config.codekit 文件。甜蜜:-)


好的,这对我来说是错误的地方,我编译了我的 sass screen.scss 并且我在 codekit 3 中得到了这个 error ...

Compass: Compiling failed with this error: (null)

我查看了 sass 包装器,config.rb,codekit 设置,google,但我不知道如何修复此错误?由于错误没有告诉我任何信息。

任何人都可以阐明这个 (null) 错误或指出正确的方向。

非常感谢:-)

非常愚蠢,只需将您的框架重新导入代码包即可。 :-)