jhardy / compass-ceaser-easing

Penner equations for css3 transitions
MIT License
409 stars 32 forks source link

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

Open heartcode opened 11 years ago

heartcode commented 11 years ago

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 :)

jhardy commented 11 years ago

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 notifications@github.com 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.

heartcode commented 11 years ago

Great news, thanks!

pixelatorz commented 11 years ago

Having the same problem here, any fixes yet?

jhardy commented 11 years ago

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

pixelatorz commented 11 years ago

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

jeroenbourgois commented 11 years ago

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 commented 11 years ago

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!

jhardy commented 11 years ago

@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.

jeroenbourgois commented 11 years ago

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 notifications@github.com 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.

heartcode commented 11 years ago

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 commented 11 years ago

@jhardy, have you managed to fix the issue?

jhardy commented 11 years ago

@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.

heartcode commented 11 years ago

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

jhardy commented 11 years ago

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

heartcode commented 11 years ago

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

jhardy commented 11 years ago

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