w0rm/gulp-svgstore

Structuring SVG files

bashaus opened this issue · 1 comments

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

Closed: #45