Use
gulp-svg-sprite .
How to organize this in gulp?
There are folders with files
folder-icons/
-- icon1.svg
-- icon2.svg
-- icon3.svg
folder-social/
-- social1.svg
-- social2.svg
-- social3.svg
The output I want to
folder-icons-sprite.svg
folder-social-sprite.svg
For each folder, writing a task in gulp, as it is not comme Il faut.