From 8881c3a1f596de5ceba7f0b665034de9aa8e0cc4 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Tue, 28 Aug 2018 22:44:56 +0900 Subject: [PATCH] =?UTF-8?q?[=20gulp=20]=20images=E3=81=AF=E7=84=A1?= =?UTF-8?q?=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7assets?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 825d27f0a..1b84f5a9b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -116,9 +116,8 @@ gulp.task('copy_dist', function() { './**/*.css', './**/*.png', './design-skin/**', - './images/**', + './assets/**', './inc/**', - './js/**', './languages/**', './library/**', './template-parts/**',