From 01ccf08edc2d7d40c32ca2fda9bd0e424ca68507 Mon Sep 17 00:00:00 2001 From: Castria <26379988+Castria@users.noreply.github.com> Date: Tue, 12 Nov 2019 16:06:46 +0000 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 644bf49..193acfe 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -32,7 +32,7 @@ var paths = { }, svgs: { input: 'src/svg/*.svg', - output: 'dist/images/' + output: 'dist/svg/' }, copy: { input: 'src/copy/**/*',