2013-01-19 130 views
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 

我該如何補救呢?

回答

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 
+0

我有同樣的問題。你能解釋一下是什麼導致了這個問題,你是如何解決它的?我非常感謝!乾杯! – robertp

+0

我打開了它的配置文件,在那裏我可以看到它正在加載一些插件。然後安裝這些插件。查看任何提示的錯誤跟蹤。 – murtaza52

+0

你會介意在問題中粘貼compass.rb文件的內容嗎? – robertp