From 8fee5066623f7703da5d926491192a5cb0fb2015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=A5=EC=84=A0=EA=B7=BC?= Date: Sun, 15 Jul 2018 15:52:02 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9C=98=ED=8C=8C=EB=9E=8C=EB=B3=B4=EB=93=9C?= =?UTF-8?q?=201.1.2=20-=20Gulpfile=20desktop.js=20=EC=95=84=EC=9B=83?= =?UTF-8?q?=ED=92=8B=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index e5ae230..c9e1497 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -69,7 +69,7 @@ gulp.task('minify-desktop-css', function () { // Javascript 합치기 실행 gulp.task('minify-desktop-js', [], function(){ return gulp.src( theme.commonJs.concat( theme.desktop.js ) ) - .pipe(concat('admin.js')) + .pipe(concat('desktop.js')) .pipe(minify({ ext: { min : '.min.js'