Questions tagged [grunt-svgstore]

grunt-svgstore is a fantastic tool for Grunt.js that combines SVG files from a designated folder.

What is the best way to combine relative paths or create distinct identifiers for SVG files located within multiple layers of folders

I have a collection of icons exported from "Figma" organized in folders, and I'm using grunt-svgstore to create a sprite sheet. However, the result contains duplicated IDs even after trying 'allowDuplicateItems: false' and 'setUniqueIds: true' options. He ...