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.0Window 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
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:
in the searched folder have file libsass.dll just need to search for it on Windows
hope on quick solution, thanks!