sassc-ruby
sassc-ruby copied to clipboard
Use libsass with Ruby!
This is a minimal fix for #200. It may be too simple and there may be reasons not to fix things this way (one of them being that it makes...
on Windows, ```LIBWINPTHREAD-1.DLL``` is still linked dynamically a static build shouldn't depend on external libraries. Especially JRuby should be able to load the static library at runtime without a devkit...
This might be related to ffi but wanted to post here to see if others have experienced a similar issue. This issue has appeared after having the application running without...
See this error from the [latest Tagify](https://github.com/yairEO/tagify/blob/23c7e3caf1efb791775e9b073adebc79b1f4f2ab/src/tagify.scss). ``` Error: Invalid CSS after "... $size: math": expected expression (e.g. 1px, bold), was ".div(-$tagMargin, 2" on line 267:32 of node_modules/@yaireo/tagify/src/tagify.scss from line...
To include https://github.com/sass/sassc-ruby/pull/192 into the release
I will preface this by saying that sassc-ruby works great on JRuby as long as you have build tools available! Of course this is a problem for all Rubies running...
jruby -S gem install sassc returns : compiling ./libsass/src/memory//SharedPtr.cpp linking shared-object sassc/libsass.so c99func.o: file not recognized: file format not recognized collect2: error: ld returned 1 exit status *** Error code...
Building native extensions. This could take a while... ERROR: Error installing sassc-rails: ERROR: Failed to build gem native extension. current directory: /home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/sassc-2.3.0/ext /home/ubuntu/.rbenv/versions/2.7.1/bin/ruby -I /home/ubuntu/.rbenv/versions/2.7.1/lib/ruby/2.7.0 -r ./siteconf20200522-11294-c5h69d.rb extconf.rb creating Makefile...
In sassc 2.4.0 the following code with a stray comma: ```scss .parent { .child1, .child2, { font: Serif; } } ``` will output: ```css .parent .child1, .parent .child2, .parent {...
Now that the libsass library [is deprecated](https://sass-lang.com/blog/libsass-is-deprecated), might it be possible to revive the ruby `sass` gem with the use of the [dart sass cli](https://sass-lang.com/documentation/cli/dart-sass)