grunt-svgstore
grunt-svgstore copied to clipboard
Changing includedemo path
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!
+1
+1. Not clear how to customize demo template
+1. Not clear how to customize demo template
+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'],
},
},
},