compass-ceaser-easing icon indicating copy to clipboard operation
compass-ceaser-easing copied to clipboard

Compass LoadError when requiring "ceaser-easing" in compass.rb

Open heartcode opened this issue 12 years ago • 16 comments

I am trying to include the plugin in a (rails free) Rack project, that uses Compass. In the compass.rb file I require it, but when I run $ compass compile -c project/compass.rb

I get the following error: LoadError on line ["36"] of /Users/robertpataki/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/rubygems/custom_require.rb: cannot load such file -- ceaser-easing

I am wondering if it is the ceaser gem doing something wrong, or I am doing something completely insane :)

heartcode avatar Feb 04 '13 22:02 heartcode

Hey Robert. I will put it on my todo list and check this out soon.

Sent from my iPhone

On Feb 4, 2013, at 2:36 PM, Robert Pataki [email protected] wrote:

I am trying to include the plugin in a (rails free) Rack project, that uses Compass. In the compass.rb file I require it, but when I run $ compass compile -c project/compass.rb

I get the following error: LoadError on line ["36"] of /Users/robertpataki/.rbenv/versions/1.9.3-p362/lib/ruby/1.9.1/rubygems/custom_require.rb: cannot load such file -- ceaser-easing

I am wondering if it is the ceaser gem doing something wrong, or I am doing something completely insane :)

— Reply to this email directly or view it on GitHub.

jhardy avatar Feb 05 '13 04:02 jhardy

Great news, thanks!

heartcode avatar Feb 05 '13 09:02 heartcode

Having the same problem here, any fixes yet?

pixelatorz avatar Feb 14 '13 15:02 pixelatorz

Sorry, this fell off my radar. I am looking at it right now. Can you let me know what version of the gem you are using. Do you have any other plugins installed and are they working?

Also can you tell me how you are installing the gem in your project

Thanks

jhardy avatar Feb 14 '13 16:02 jhardy

Hey,

I am using the ceaser-easing-0.6.1 , I installed it the way you described in the docs, then I get the message Successfully installed ceaser-easing-0.6.1 1 gem installed

its's currently the only one I installed in the project, my colleague is gone try to run it on his mac

greetings

pixelatorz avatar Feb 15 '13 07:02 pixelatorz

Same over here, same gem version. We (that's @pixelatorz and myself) use it in combination with codekit, but that should not be a big difference. The compiler should use the config.rb file so it should work fine. The error we get is:

LoadError on line 161 of /Volumes/data/Users/jeroenb/Applications/CodeKit.app/Contents/Resources/engines/compass/bin/../lib/compass/configuration/data.rb: no such file to load -- ceaser-easing

jeroenbourgois avatar Feb 15 '13 08:02 jeroenbourgois

Update: it's a problem with Codekit, not with Compass or your plugin. I will contact them. Strangely when I tell Codekit to use the Compass bin I have installed (which is 0.12.2) it works, but using it's own internal compilers (which according to their website also is 0.12.2) it fails. So that is the problem.

Tnx!

jeroenbourgois avatar Feb 15 '13 08:02 jeroenbourgois

@pixelatorz are you using codekit as well? I just did some fresh installs and got everything working just fine, but this was a stand alone compass project. I'll download codekit and see if I can play with it and get it to work.

jhardy avatar Feb 15 '13 16:02 jhardy

Don't bother. I contacted the codekit author and it's a compass issue

Sent from somewhere in the universe, in a galaxy far far away

On 15 Feb 2013, at 17:18, Jared [email protected] wrote:

@pixelatorz are you using codekit as well? I just did some fresh installs and got everything working just fine, but this was a stand alone compass project. I'll download codekit and see if I can play with it and get it to work.

— Reply to this email directly or view it on GitHub.

jeroenbourgois avatar Feb 15 '13 16:02 jeroenbourgois

Hi again,

sorry for not responding for a while.

Here are the gems we use for the project (compass-ceaser-easing removed for now)

source :gemcutter

gem "rake"
gem "compass"
gem "jammit", :git => 'git://github.com/documentcloud/jammit.git'

gem 'rb-fsevent'
gem "guard"
gem "guard-compass", :git => 'git://github.com/guard/guard-compass.git'
gem "guard-jammit"

group :development do
  gem "thin"
  gem "rack-livereload"
  gem "guard-livereload"
end

When compass-ceaser-easing is removed it all works fine. Once I add it back, Compass breaks.

heartcode avatar Feb 24 '13 16:02 heartcode

@jhardy, have you managed to fix the issue?

heartcode avatar Jun 11 '13 20:06 heartcode

@heartcode sorry I closed this on accident, I havent had a chance to investigate it yet. But I have a little more time now and am going to investigate this week. If you have any more info to share please let me know.

jhardy avatar Jun 11 '13 20:06 jhardy

OK, no problem at all. As soon as I have any new info I'll let you know straight away! Cheers!

heartcode avatar Jun 11 '13 21:06 heartcode

anyway you can share your project you are working on so I can work from the same base that you were?

jhardy avatar Jun 11 '13 21:06 jhardy

Sorry I can't it's not public :(

heartcode avatar Jun 11 '13 21:06 heartcode

cool not problem, Ill just start up a fresh rack project and test from there.

jhardy avatar Jun 11 '13 22:06 jhardy