sass / sassc-rails

Integrate SassC-Ruby with Rails!
MIT License
707 stars 104 forks source link

On Windows search for libsass.so instead of libsass.dll #134

Open baibinja opened 5 years ago

baibinja commented 5 years ago

On Windows search for libsass.so instead of libsass.dll I have installed new gem sassc version 2.1.0 and new gem sass-rails version 5.1.0 Window version 10 and try to migrate db (rake db:migration) and have error:

LoadError: Could not open library 'C:/jruby-9.2.5.0/lib/ruby/gems/shared/gems/sassc-2.1.0/lib/sassc/libsass.so' : The operation completed successfully.
uri:classloader:/jruby/kernel/kernel.rb:13:in `require_relative'
uri:classloader:/jruby/kernel/kernel.rb:13:in `require_relative'
>Bundler.require(*Rails.groups)  

in the searched folder have file libsass.dll just need to search for it on Windows

hope on quick solution, thanks!

ahorek commented 4 years ago

fixed by https://github.com/sass/sassc-ruby/pull/173