rtomayko / tilt

Generic interface to multiple Ruby template engines
http://github.com/rtomayko/tilt
Other
1.95k stars 225 forks source link

Sass: Support sass-embedded gem #367

Closed ntkme closed 2 years ago

ntkme commented 2 years ago

This PR adds support for dart-sass-embedded based sass-embedded gem.

ntkme commented 2 years ago

@judofyr Would you mind taking a look when you get a chance?

The original sass gem has reached EOL in Apr 2019, and sassc gem has been deprecated in Oct 2020.

sass-embedded is a new ruby api implementation that uses the official dart-sass-embedded compiler internally.

ntkme commented 2 years ago

@judofyr Thanks for reviewing the PR. Is there any chance we can cut a release?

I'm working on getting middleman migrated, and right now I have to lock it to the git main branch version of tilt which is not friendly to end users: https://github.com/middleman/middleman/pull/2551/files#diff-89cade48462044ee1b672dc5f4c3ec250fbd29effcd8932096a23c1283c6731fR1-R6