FWeinb / grunt-svgstore

Merge svgs from a folder
MIT License
920 stars 94 forks source link

Changing includedemo path #108

Open STPo opened 8 years ago

STPo commented 8 years ago

Is there a way to change the path in which the HTML demo file is created? I don't think so and it would be great!

oller commented 8 years ago

+1

paulradzkov commented 7 years ago

+1. Not clear how to customize demo template

dexterca commented 7 years ago

+1. Not clear how to customize demo template

kthornbloom commented 7 years ago

+1, I can't seem to generate the demo at all. Am I doing this right?

svgstore: {
    options: {
        prefix : 'icon-',
            svg: {
                viewBox : '0 0 100 100',
                xmlns: 'http://www.w3.org/2000/svg',
                includedemo: 'true'
            }
    },
    default : {
        files: {
            'images/sprite.svg': ['icons/*.svg'],
        },
    },
},