ben-eb / gulp-svgmin

Minify SVG files with gulp.
MIT License
340 stars 34 forks source link

follow gulp plugin guidelines #1

Closed yocontra closed 10 years ago

yocontra commented 10 years ago

errors need to be reported and file.contents should always be a buffer

https://github.com/wearefractal/gulp#plugin-guidelines

ben-eb commented 10 years ago

Looks good, thanks.