Update gulpfile.js

This commit is contained in:
printempw 2017-08-10 14:25:29 +08:00
parent b948f27692
commit 70f3a0047f
2 changed files with 2 additions and 2 deletions

View File

@ -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}!` }));
});

@ -1 +1 @@
Subproject commit c7969fd157eeb53e9d369bc41a21b79d0f661185
Subproject commit 5616464f930a5961776e52384aa7746722b665f3