Combine svg files into one with symbol elements
Gulp-svgstore is a tool that combines SVG files into one, using <symbol> elements. It sets the id attribute of the <symbol> element to the corresponding file name and generates the result filename based on the base directory of the first file. Additionally, it offers the option to output only <svg> element without <?xml ?> and DOCTYPE. This tool is helpful for managing and optimizing SVG files within web development projects.
Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.