CargoSense / dart_sass

Install and run Dart Sass using Elixir.
https://hex.pm/packages/dart_sass
MIT License
102 stars 23 forks source link

`_build/src/dart: not found` error in Linux builds #33

Closed jsonmaur closed 1 year ago

jsonmaur commented 1 year ago

This error seems to be happening only with dart-sass >= v1.58.0. Looks like there is no longer a standalone sass binary file like there was in < v1.58... the src/ directory is now required and the installer doesn't copy it over from the downloaded tarball.

jsonmaur commented 1 year ago

Nvm, just saw there's already an open PR for this https://github.com/CargoSense/dart_sass/pull/31. Sorry!

mcrumm commented 1 year ago

v0.6.0 is out with the fix! 🙂