w0rm / gulp-svgstore

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

Allow setting up the filename via options #40

Closed fregante closed 9 years ago

fregante commented 9 years ago

If you're okay with this I can update the readme

w0rm commented 9 years ago

@bfred-it result file name is the name of base directory of the first file by convention. If you need to rename it, pipe it through gulp-rename. Check the options section from the readme.

fregante commented 9 years ago

aaah, right! Better :)

w0rm commented 9 years ago

@bfred-it you can change the readme if you find it unclear

fregante commented 9 years ago

I was about to but then I noticed you actually mention gulp-rename already, so we're good. I hadn't read the readme recently