rails / sass-rails

Ruby on Rails stylesheet engine for Sass
MIT License
859 stars 333 forks source link

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

Closed baibinja closed 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!

rafaelfranca commented 5 years ago

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

baibinja commented 5 years ago

https://github.com/sass/sassc-rails/issues/134