w0rm / gulp-svgstore

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

Structuring SVG files #63

Closed bashaus closed 8 years ago

bashaus commented 8 years ago

Having a little bit of trouble with creating separate files. If I have a directory structured as such:

social/
    twitter.svg
    github.svg
devices/
    phone.svg
    tablet.svg
    desktop.svg

Any thoughts on how I structure my "src" so that it would output the following files:

social.svg
devices.svg
bashaus commented 8 years ago

Closed: #45