Update gulpfile.js
This commit is contained in:
parent
b948f27692
commit
70f3a0047f
@ -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}!` }));
|
||||
});
|
||||
|
2
plugins
2
plugins
@ -1 +1 @@
|
||||
Subproject commit c7969fd157eeb53e9d369bc41a21b79d0f661185
|
||||
Subproject commit 5616464f930a5961776e52384aa7746722b665f3
|
Loading…
Reference in New Issue
Block a user