Open heartcode opened 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.
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 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
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
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? 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.
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.
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, 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 :)