ruby-libsass icon indicating copy to clipboard operation
ruby-libsass copied to clipboard

Ruby bindings for libsass

Results 3 ruby-libsass issues
Sort by recently updated
recently updated
newest added
trafficstars

This gem seems great, but I'm wondering why not publish it on RubyGems?

I can't get it working in my (non-Rails) project, it complains about the same issues as someone talked about on Stack Overflow: https://stackoverflow.com/questions/26688631/using-libsass-with-rails-asset-pipeline So I'm going to try to fix...

Using ``` #Gemfile snippet gem 'sassc', :git => 'git://github.com/hcatlin/sassruby.git' ``` and doing `bundle install` results in the following --- Using sassc (0.1) from git://github.com/hcatlin/sassruby.git (at master) sassc at /Users/chaos/.rvm/gems/ruby-2.0.0-p353@sinatra-base/bundler/gems/sassruby-bf5d8cf236b1 did...