Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
heartcode opened this issue Feb 4, 2013 · 16 comments
Open

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

heartcode opened this issue Feb 4, 2013 · 16 comments

Comments

@heartcode
Copy link

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
Copy link
Owner

jhardy commented Feb 5, 2013

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.

@heartcode
Copy link
Author

Great news, thanks!

@pixelatorz
Copy link

Having the same problem here, any fixes yet?

@jhardy
Copy link
Owner

jhardy commented Feb 14, 2013

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
Copy link

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
Copy link

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
Copy link

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
Copy link
Owner

jhardy commented Feb 15, 2013

@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
Copy link

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.

@heartcode
Copy link
Author

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.

@jhardy jhardy closed this as completed Jun 11, 2013
@heartcode
Copy link
Author

@jhardy, have you managed to fix the issue?

@jhardy
Copy link
Owner

jhardy commented Jun 11, 2013

@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 jhardy reopened this Jun 11, 2013
@heartcode
Copy link
Author

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

@jhardy
Copy link
Owner

jhardy commented Jun 11, 2013

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

@heartcode
Copy link
Author

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

@jhardy
Copy link
Owner

jhardy commented Jun 11, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants