罗盘手表上的错误

时间:2013-01-19 04:27:41

标签: ruby rubygems compass-sass

以下是执行compass watch -

时出错的错误
LoadError on line ["36"] of /home/murtaza/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb: cannot load such file -- ceaser-easing

我该如何解决它?

1 个答案:

答案 0 :(得分:1)

这是因为必须安装插件。

按要求添加内容 -

# Require any additional compass plugins here.

require "ceaser-easing"
require "grid-coordinates"
require "compass_twitter_bootstrap"

# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "css"
sass_dir = "templ/sass"
images_dir = "images"
javascripts_dir = "js"

# You can select your preferred output style here (can be overridden via the command line):
# output_style = :expanded or :nested or :compact or :compressed

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

# To disable debugging comments that display the original location of your selectors. Uncomment:
# line_comments = false

preferred_syntax = :sass