1

以下是我在执行时遇到的错误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

我该如何补救?

4

1 回答 1

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
于 2013-01-20T04:37:06.423 回答