grunt-svgstore icon indicating copy to clipboard operation
grunt-svgstore copied to clipboard

Changing includedemo path

Open STPo opened this issue 9 years ago • 4 comments

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!

STPo avatar Dec 10 '15 11:12 STPo

+1

oller avatar Apr 04 '16 14:04 oller

+1. Not clear how to customize demo template

paulradzkov avatar Nov 30 '16 16:11 paulradzkov

+1. Not clear how to customize demo template

dexterca avatar Dec 06 '16 20:12 dexterca

+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'],
        },
    },
},

kthornbloom avatar Feb 07 '17 14:02 kthornbloom