sassc-ruby
sassc-ruby copied to clipboard
Use libsass with Ruby!
libsass was updated to v3.6.4 in sassc-ruby v2.4.0 via #199.
Help needed please ``` D:\>ruby -v ruby 3.1.1p18 (2022-02-18 revision 53f5fc4236) [x64-mingw-ucrt] D:\>gem install sassc Temporarily enhancing PATH for MSYS/MINGW... Building native extensions. This could take a while... ERROR: Error...
Hello, I'm getting below error while running bundle install in my rails application ``` current directory: /Users/varma/.rbenv/versions/2.7.5/lib/ruby/gems/2.7.0/gems/sassc-2.4.0/ext /Users/varma/.rbenv/versions/2.7.5/bin/ruby -I /Users/varma/.rbenv/versions/2.7.5/lib/ruby/site_ruby/2.7.0 -r ./siteconf20220408-40736-ygna4f.rb extconf.rb --use-system-libraries creating Makefile current directory: /Users/varma/.rbenv/versions/2.7.5/lib/ruby/gems/2.7.0/gems/sassc-2.4.0/ext make...
Hi, when I try to do `bundle install` this dependency is unable to be installed. How can I solve this issue? OS: `macOS Big Sur v11.5.2` Ruby version: `ruby 2.7.4p191...
Sometimes, when I make some changes to my `.scss` files in my Rails 6 app, I get the following when running `rails assets:precompile` And also, when deploying to Heroku, I...
``` /home/travis/build/sul-dlss/argo/vendor/bundle/ruby/2.6.0/gems/sassc-2.3.0/lib/sassc/engine.rb:43: [BUG] Segmentation fault at 0x0000000000000000 ruby 2.6.4p104 (2019-08-28 revision 67798) [x86_64-linux] -- Control frame information ----------------------------------------------- c:0059 p:---- s:0449 e:000448 CFUNC :compile_data_context c:0058 p:0318 s:0444 e:000443 METHOD /home/travis/build/sul-dlss/argo/vendor/bundle/ruby/2.6.0/gems/sassc-2.3.0/lib/sassc/engine.rb:43...
Looks like `nix` won't build the `libsass.bundle` correctly for some reason. Any ideas? here's a full backtrace. ``` $ bundle exec rake graphql:introspection --trace 14:58:39 2019 rake aborted! FFI::NotFoundError: Function...
Compiling with clang on android with termux, got error about unsupported option `-march=native`. My temp solution here: https://mikhail-yudin.ru/blog/android/termux-resolve-compile-troubles
It seems the compiled extension has become a lot bigger recently. This is becoming a problem on my VPS. Here's the size on my development machine for some recent versions:...