FWeinb / grunt-svgstore

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

Unclear how to customise the demo template #127

Closed smth closed 7 years ago

smth commented 7 years ago

I can't see from the readme how I would go about replacing the the default template for the demo page.

In case I'm trying to do something that isn't possible, I'd essentially like to remove everything other than the content so I can include it as part of another page.

smth commented 7 years ago

Ah I got it..

includedemo: '{{#each icons}}<li><svg> <use xlink:href="#{{name}}" /></svg></li>{{/each}}',