codekit 3更新现有的指南针项目未能编译SASS(SCSS)
问题描述:
我知道,我应该搬到bourbon或一些其他的CSS框架,是不compass,由于compass是不再积极开发的警告。凉。codekit 3更新现有的指南针项目未能编译SASS(SCSS)
我想仍然使用现有的/旧的项目,并编译我的杂志。我希望这是可能的。我敢肯定我是不是有看到因为与更新编译此错误只有一个:
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.codekit
文件名为config.codekit3
在我的项目文件夹中。甜:-)
OK,这是哪里出了问题对我来说,我编译我的青菜screen.scss
和我codekit 3得到这个错误 ...
Compass: Compiling failed with this error: (null)
我看了一下sass wrapper,config.rb,codekit设置,google和我不知道如何解决这个错误?由于错误没有告诉我任何事情。
任何人都可以在这个(null)
错误或点我正确的方向。
非常感谢:-)
答
非常愚蠢的,只需重新导入您的框架代码套件。 :-)