简体   繁体   English

指南针手表上的错误

[英]error on compass watch

Below is the error that I get on executing compass watch - 以下是我在执行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

How do I remedy it? 我该如何补救?

It was due to plugins that had to be installed. 这是由于必须安装插件。

Adding the content as requested - 根据要求添加内容-

# 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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM