使用现有指南针项目的codekit 3更新无法编译sass(s​​css)

时间:2016-11-18 23:25:32

标签: compiler-errors sass codekit

由于bourbon不再存在,我知道我应该转移到compass或其他一些 compass的css框架的警告积极发展。凉。

但我刚刚从codekit 2更新为codekit 3

我想仍然使用现有/旧项目并编译我的sass。我希望这是可能的。我确信自从编译更新以来,我不是唯一一个看到此错误的人:

Compass: Compiling failed with this error: (null)

我更新到codekit 3,我的所有codekit 2项目都没了。所以我只是将我现有的项目拖到codekit 3中,似乎导入的很好。没有警告,并且代码套件指南针对话框说安装了指南针......

codekit 3 project app screenshot

理论上,该项目似乎已经像在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.codekit的新config.codekit3文件。甜蜜的: - )

codekit project indexing and config files

好的,这就是我出错的地方,我编译了我的sass screen.scss,我在codekit 3中得到了错误 ...

Compass: Compiling failed with this error: (null)

enter image description here

我看了一下sass包装器,config.rb,codekit设置,谷歌,我不知道如何解决这个错误?因为错误没有告诉我任何事情。

任何人都可以对这个(null)错误有所了解,或者指出我正确的方向。

非常感谢: - )

1 个答案:

答案 0 :(得分:0)

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