svg-sprite / grunt-svg-sprite

SVG sprites & stacks galore — Grunt plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours

Home Page:https://github.com/svg-sprite/svg-sprite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests fail on macOS Sierra

philchanet opened this issue · comments

Thanks for this great tool - the test phase fails and returns the following errors. I'm not sure if I'm missing a grunt option (I simply use grunt to launch it)?

Running "nodeunit:tests" (nodeunit) task
Testing svg_sprite_test.jsFatal error: write EPIPE
Error: write EPIPE
  at exports._errnoException (util.js:1036:11)
  at WriteWrap.afterWrite (net.js:794:14)

@philchanet Thanks for reporting. Unfortunately, I don't have a MacOS Sierra handy (in fact, I don't have a Mac handy at all), so I don't see a way to dig into this at the moment. Anyone else?

Seems to work now on macOS-latest on CI.