Y
Hacker News
new
|
ask
|
show
|
jobs
by
wutwut5521
2619 days ago
You might be thinking of libsass. sassc is dead simple and solves all of this users issues.
1 comments
jayshua
2619 days ago
Correct me if I'm wrong, but doesn't sassc require the user to compile it?
link
wutwut5521
2618 days ago
You have to compile it, just like this poster has to compile their go code. There are usually packages and formulas for it in most std repos.
link
tangue
2619 days ago
You're right, on OSX you can brew install sassc
link
marcus_holmes
2619 days ago
there's a Debian package :) thanks for the tip :)
link
marcus_holmes
2618 days ago
just got this working with fswatch and sassc, thought I'd feed back that this is perfect, thanks :)
link
wutwut5521
2618 days ago
Heh, I just woke up and read this and thought “well thats enough problem solving for today” :) Glad we could help you avoid the hell that is adding npm to a non-node project!
link
mercer
2617 days ago
Another thank you from here! I've had to use node just for sass in the past and this is a much nicer solution.
link