rails/sass-rails

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

Closed this issue · 2 comments

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!

Can you please open an issue on sassc-rails? This repository is just a wrapper for it. Thank you