Describe the bug
If you put svg images in the src/images folder they do not get copied to the dist folder on build.
To Reproduce
Steps to reproduce the behavior:
- Put some jpeg, gif and svg files in the src/images folder
- Run gulp build
Expected behavior
SVG images should get minified according to settings and be output to the dist/images folder
Errors
Images get copied to the dist folder but not the svg images
Describe the bug
If you put svg images in the src/images folder they do not get copied to the dist folder on build.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
SVG images should get minified according to settings and be output to the dist/images folder
Errors
Images get copied to the dist folder but not the svg images