-
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:mig…
-
I am installing `sassc-2.4.0` on MacOS and getting this error when I run `rails server`.
```
Could not open library '/Users/ricardo/.rvm/gems/ruby-2.7.5/gems/sassc-2.4.0/ext/libsass.bundle': dlop…
-
Do you know where `require "sprockets/sass_template"` is supposed to be coming from?
```
LoadError: cannot load such file -- sprockets/sass_template
/Users/richardschneeman/.gem/ruby/2.4.0/gems/activ…
-
how do I force middleman-sprockets to use Sassc?
Currrently...
```
gem 'sprockets', '~> 3.6.3'
gem 'sassc'
gem 'sassc-rails'
```
```
== The Middleman is loading
== Preferring use of LibSass
== Spro…
-
We are getting the following exception in CI during bundler operations. It appears this may be due to an [sassc](https://github.com/sass/sassc-ruby/issues/146) issue. Forcing the `sassc` version to la…
-
I'm using sassc-embedded in a Rails app to update foundation-sites and foundation-emails to new versions that require Dart Sass which I'm very close to and will eventually swap to using sass-embedded …
-
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 get
`rubyDone in 4.8…
-
Since libsass and sassc are deprecated, can we please switch this gem to use dart sass instead?
xeron updated
5 months ago
-
I am still getting Cannot load file sass-rails when precompiling assets. Only way I can get around this is by leaving in sass-rails:
```
gem 'sass-rails', require: false
gem "sassc-rails"
```
…
-
I have been running a Rails 4 app and my GemFIle has been fine and installing all gems perfectly all this time with `Bundler 2.0.1`.
Today, when i added `gem "activemodel-associations"` into the Ge…