-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
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:
|
Great news, thanks! |
Having the same problem here, any fixes yet? |
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 |
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 its's currently the only one I installed in the project, my colleague is gone try to run it on his mac greetings |
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
|
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! |
@pixelatorz are you using codekit as well? |
Don't bother. I contacted the codekit author and it's a compass issue
On 15 Feb 2013, at 17:18, Jared [email protected] wrote:
|
Hi again, sorry for not responding for a while. Here are the gems we use for the project (compass-ceaser-easing removed for now)
When |
@jhardy, have you managed to fix the issue? |
@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. |
OK, no problem at all. As soon as I have any new info I'll let you know straight away! Cheers! |
anyway you can share your project you are working on so I can work from the same base that you were? |
Sorry I can't it's not public :( |
cool not problem, Ill just start up a fresh rack project and test from there. |
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 :)
The text was updated successfully, but these errors were encountered: