我正在尝试在罗盘项目中使用960网格系统。
所以我用:
安装了gemgem install compass-960-plugin
然后在我的罗盘项目中,我将以下规则添加到我的“ config.rb ”文件中:
# Require any additional compass plugins here.
require 'ninesixty'
但是当我尝试使用
导入 screen.scss 时@import 960/grid
它不起作用。我得到的错误如下:
Compass无法编译项目中的一个或多个文件:
Compass无法编译项目中的一个或多个文件:
/Applications/CodeKit.app/Contents/Resources/engines/compass/bin/../lib/compass/configuration/data.rb第161行的LoadError: 没有这样的文件加载 - ninesixty运行--trace来查看完整 回溯
答案 0 :(得分:0)
看起来宝石不在你的LOAD_PATH中。在要求960宝石之前你有require 'rubygems'
吗?你在使用像Bundler这样的东西吗?