-
Can the sassc dependency be removed?
We are using dartsass and would rather not have this as an explicit dependency
-
I see the recent change to use sassc rather than the deprecated sass gem. It obviously makes sense to make a move onto a supported gem.
The challenge is that this new requirement is specific to jq…
-
Trying to upgrade from rails 5 to a new installation, installed jruby last version 9.3.9.0 and trying to
gem install sass-rails
returns
C:\asset\applications\asestero_new>gem install sass-ra…
-
Switching our Rails 7 app from `sassc` to `dartsass-sprockets` works with `bootstrap-rails`.
But if we try to switch to `dartsass-rails`, `assets:precompile` fails.
If we keep gem `sprockets-rai…
-
`sassc-ruby` supports passing custom functions to `libsass` as ruby functions, for example it is [used in `sassc-rails` to define `url`](https://github.com/sass/sassc-rails/blob/8d0462d54b5b5dd84cb1df…
kolen updated
4 months ago
-
на MacOS после сборки проекта
```
rails_1 | /bundle/ruby/2.7.0/gems/sprockets-4.0.0/lib/sprockets/base.rb:78: warning: The called method `find_asset' is defined here
rails_1 | /bundle/r…
-
Everything I'm about to explain, works fine with `sass-rails 5.0.7`, `boostrap-sass 3.7.1` and Ruby `5.2.X`. I have a Rails engine that provides prebuilt styles for a Rails app. My engine has a `app/…
-
The sass gem is deprecated. The new [sassc gem](https://github.com/sass/sassc-ruby) recommends using [sassc-rails](https://github.com/bolandrm/sassc-rails) for use with Sprockets. I haven't been able …
-
As dependency is sassc and it is dead, should be switching to [dartsass](https://stackoverflow.com/questions/71231622/idiomatic-sass-processing-in-rails-7)
Or anyone can suggest to use other gem f…
-
When doing a `bundle install` for a new Rails 6 app, I noticed most of the time is spent compiling `sassc` (libsass really).
This takes easily up to 2 minutes on Linux, which feels really slow for …