From 70f3a0047f15ac9b9e7150ba7f8b7d706ac0f35d Mon Sep 17 00:00:00 2001 From: printempw Date: Thu, 10 Aug 2017 14:25:29 +0800 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 2 +- plugins | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 5fcd48f8..28e77400 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -186,8 +186,8 @@ gulp.task('zip', () => { '!vendor/symfony/css-selector/**/*.*', '!vendor/symfony/dom-crawler/**/*.*' ], { dot: true }) - .pipe(notify('Don\'t forget to compile Sass & ES2015 files before publishing a release!')) .pipe(zip(zipPath)) + .pipe(notify('Don\'t forget to compile Sass & ES2015 files before publishing a release!')) .pipe(gulp.dest('../')) .pipe(notify({ message: `Zip archive saved to ${zipPath}!` })); }); diff --git a/plugins b/plugins index c7969fd1..5616464f 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit c7969fd157eeb53e9d369bc41a21b79d0f661185 +Subproject commit 5616464f930a5961776e52384aa7746722b665f3