Y
Hacker News
new
|
ask
|
show
|
jobs
by
maxo123
3733 days ago
for less it's a pretty easy fix: .pipe(less()) .on("error", function (err) { console.log(err); this.emit("end"); })
I presume, something similar will work for sass too.