-
Hi,
I have a an older rails app making use of sass files, which I just wanted to update. Since sass-rails is outdated, I've replaced it with sassc-rails and found, that it does not compile my sass s…
-
Hey there @btashton :-)
I have problem building local preview of the website on FreeBSD 13.2 - cannot install `sass-embedded (1.71.0)`. Would it be possible to resolve / update version conflicts pl…
-
I'm using the following configuration for my development environment:
```
config.sass.inline_source_maps = true
config.assets.cache_store = :null_store # Disables the Asset cache
config.sas…
-
/home/icra/.gem/ruby/2.5.0/gems/sassc-2.0.1/lib/sassc/engine.rb:42: [BUG] Segmentation fault at 0x0000000000000000
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
-- Control frame inf…
-
The `@import` directive is not working if I try to load a stylesheet from a gem using the sassc/scssc processor:
application.scss:
`@import 'bootstrap';`
asset_pipeline.rb:
```
Sprockets::Helpers.c…
-
On `rails assets:precompile`I got this error after I upgraded ruby from 2.7.2 to 2.7.5.
```
/Users/myself/.rvm/gems/ruby-2.7.5@refinery-rails6/gems/sassc-2.4.0/lib/sassc/engine.rb:43: [BUG] Segment…
-
```bin/bundle```の実行時、sassc 2.4.0のinstallに異常に時間がかかる。
数十分待つと、installが完了する。
類似のstack overflow
https://stackoverflow.com/questions/62720043/rails-why-is-bundle-install-frozen-up-by-sassc-2-4-0
-
I recently found that, when deploying to Heroku (which is currently using Bundler 1.17.3), bundler's ouput was stalling for several minutes:
(... messages here ...)
remote: Installing devi…
-
How do I migrate this ruby sass custom function to SassC? In a rails project, I just included this module in my application.rb and the likes of `my-method` would be available in my sass files.
T…
-
Native code doesn't compile anymore since version 2.1.0 on FreeBSD
```
linking shared-object sassc/libsass.so
/usr/bin/ld: unrecognized option '-plugin'
/usr/bin/ld: use the --help option for us…