dbushell / grunt-svg2png

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

Use stdio rather than command line parameters to pass list of files to phantomjs #25

Closed MatmaRex closed 9 years ago

MatmaRex commented 9 years ago

Use stdio rather than command line parameters to pass list of files to phantomjs

Avoids the ENAMETOOLONG error on Windows with a large number of files.

Fixes #17. Hopefully will be easier to accept for you than #18, the patch is a lot smaller.

MatmaRex commented 9 years ago

(Bump.)