由于bourbon不再存在,我知道我应该转移到compass或其他一些不 compass的css框架的警告积极发展。凉。
我想仍然使用现有/旧项目并编译我的sass。我希望这是可能的。我确信自从编译更新以来,我不是唯一一个看到此错误的人:
Compass: Compiling failed with this error: (null)
我更新到codekit 3,我的所有codekit 2项目都没了。所以我只是将我现有的项目拖到codekit 3中,似乎导入的很好。没有警告,并且代码套件指南针对话框说安装了指南针......
理论上,该项目似乎已经像在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
文件。甜蜜的: - )
好的,这就是我出错的地方,我编译了我的sass screen.scss
,我在codekit 3中得到了错误 ...
Compass: Compiling failed with this error: (null)
我看了一下sass包装器,config.rb,codekit设置,谷歌,我不知道如何解决这个错误?因为错误没有告诉我任何事情。
任何人都可以对这个(null)
错误有所了解,或者指出我正确的方向。
非常感谢: - )
答案 0 :(得分:0)
非常愚蠢,只需将您的框架重新导入代码套件即可。 : - )