radekstepan/grunt-sandbox-css

You are missing an 'event' from one of your rules

Closed this issue · 4 comments

Specifically this one: https://github.com/radekstepan/grunt-sandbox-css/blob/master/tasks/lib.coffee#L93-L95

    parser.addListener 'startfontface', ->
      nlIfNeeded event
      output.push "@fontface {"

This causes the lib to die with a really unhelpful message ('event is not defined').

I will try and submit a patch ASAP

(also, Hello there!)

Also, as you will be aware, the string pushed onto the output was incorrect - I fixed that too.

Thanks for that Alex! will bump version and push to npm.

(should have done during the merge...)

Ok bumped to 5.0.1

Sweet, thanks.