From e2bbe9273a292a3806de1599f752258a2721d067 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 31 Mar 2019 20:56:34 +0200 Subject: [PATCH] Added svg files to art glob --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c6dddfa..19e6118 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -59,7 +59,7 @@ const input = { art: { favicons: 'source/art/favicons/**/*.+(ico|png)', sprites: 'source/art/sprites/**/*.png', - images: 'source/art/images/**/*.+(png|gif|jpg|webp)' + images: 'source/art/images/**/*.+(png|gif|jpg|svg|webp)' }, vendor: 'vendor/**/*', demo: {