Hacker News new | ask | show | jobs
by eloisant 3568 days ago
How is that a good thing (sass)? That means that instead of having a full JS build now they need Ruby too...
3 comments

According to http://blog.sass-lang.com/posts/809572-sass-35-release-candi... the C++ based libsass is almost 100% compatible with Ruby Sass.
Yes, but it's still a painful native dependency in the otherwise Node-based build process. Native dependencies are getting better in Node, but still have many painful edge cases.
what's the issue with that?