Friday, 15 May 2015

ruby - Unable to use bourbon functions with sass (sass -r bourbon.rb fails) -



ruby - Unable to use bourbon functions with sass (sass -r bourbon.rb fails) -

i having problem compiling sass files functions such linear-gradient or box-shadow. getting same issue here https://github.com/thoughtbot/bourbon/issues/68 resulting css jumble of false's.

i not working on rails project, thought might have include bourbon.rb file library when doing sass --watch, not working me:

sass --watch .:.. --r ./bourbon/lib/bourbon.rb loaderror: cannot load such file -- bourbon/generator utilize --trace backtrace.

no such file load -- rubygems (loaderror) here says might indicate have several versions of ruby installed, , which -a ruby showed both rbenv 1.9.3-p327 /usr/bin/ruby (i stil unclear difference is). anyway, moved .rbenv backup , supposedly have 1 version of ruby. tried specifying rubygems path

echo $rubylib /usr/lib/ruby/1.9.1/rubygems

but still getting same error when trying include bourbon.rb file sass --watch.

elise, version of bourbon using? $bourbon -v

since bourbon 3.0, no longer required pass --r ./bourbon/lib/bourbon.rb flag sass --watch command.

please read new installation instructions here: http://bourbon.io/

ruby sass rbenv bourbon

No comments:

Post a Comment