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