dbushell / grunt-svg2png

Grunt plugin to rasterize SVG to PNG images using PhantomJS
MIT License
76 stars 37 forks source link

Abort grunt task if any error has occurred during rasterization #33

Open kyusu opened 8 years ago

kyusu commented 8 years ago

Hi David, today I noticed that the whole grunt build will hang if an error has occurred during rasterization. I have therefore fleshed-out the error handling. The grunt task is now aborted correctly.

Please consider merging the changes. Thanks in advance!

Regards, Christian