damonbauer / npm-build-boilerplate

A collection of packages that build a website using npm scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVG Sprites not working

nilsdenon opened this issue · comments

Whenever I run the task for generating the svg spritesheet it doesn't work. No errors in the terminal but no "sprite.svg" file is written to the dist/images/icons/ folder…

Notice that it is looking for svg files in src/images/icons for the sprite. Files in src/images are just moved.