Hacker News new | ask | show | jobs
by roelvanhintum 4167 days ago
Nice, i prefer node over ruby, so maybe i'll use this. For the same reason i prefer LESS over SASS (apart from the great performance improvement).
2 comments

For Less and Sass, it's not very annoying because you don't have to write a lot of ruby code. But writting a complete deployment script if you don't know ruby is very hard... I love to be able to use my favorite JS modules in my deploy script, that's why I wrote Shipit.
That is one solid point. Thanks for helping all of us out!
If you run `npm install -g sass` you'll get the native JS version of SASS.
Thanks, didn't know that. Right now i was using libsass for some projects. It compiles faster than the ruby sass.
The problem is that native sass is not the same version as ruby sass its infuriating.