w0rm / gulp-svgstore

Combine svg files into one with symbol elements
https://www.npmjs.com/package/gulp-svgstore
645 stars 33 forks source link

Make fileName configurable #90

Closed bobvanhesse closed 6 years ago

bobvanhesse commented 6 years ago

It seems the module was designed to make it possible for the user to configure the resulting sprite's file name, yet at this point variable fileName will never be assigned a value.

w0rm commented 6 years ago

@bobvanhesse it used to be configurable, but I made a conscious decision to remove this, because you can pipe the result through gulp-rename, that is mentioned in the readme. This plugin strictly follows the gulp plugin guidelines: https://github.com/gulpjs/gulp/blob/master/docs/writing-a-plugin/guidelines.md