Replies: 1 comment
-
I think you do need the binary to make Quarto work as is (because I imagine that the CLI arguments aren't equivalent). You could attempt a fork and fix, but we would prefer for that to be first merged to Quarto instead of going directly to FreeBSD. Otherwise, we wouldn't be able to offer any support, and SCSS compilation is a large part of our HTML formats; it would be very important to get that perfectly right. For what's worth, this is a part of quarto-cli/src/core/dart-sass.ts Lines 55 to 103 in 92cad44 It should be possible for you to try this out and report back. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Is sass-dart only required for binary executable generation?
Can libsass https://sass-lang.com/libsass (https://github.com/sass/libsass) substitute sasl-dart for the purposes of Quarto?
Motivation: I am trying to create the FreeBSD port for Quarto, but the sasl-dart dependency depends in turn on Dart which seems to be hard to port. I am trying to understand how necessary sasl-dart is for Quarto.
Beta Was this translation helpful? Give feedback.
All reactions