w0rm / gulp-svgstore

Combine svg files into one with symbol elements

Home Page:https://www.npmjs.com/package/gulp-svgstore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Structuring SVG files

bashaus opened this issue · 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