Live data from Hacker News

Viewing profile — maxo123

maxo123

HN member
Joined
Tue, Apr 05, 2016, 10:59 AM UTC
HN karma
1
Public activity
2 items

About maxo123

No profile information was provided.

Recent public activity

  1. comment
    Comment #11430125

    I don't personally use Grunt, but your attitude is highly commendable.

  2. comment
    Comment #11429403

    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.