Add gulp dist-watch
parent
338ed76ca3
commit
b997afe9d2
|
|
@ -272,6 +272,16 @@ gulp.task('dist', gulp.series(
|
||||||
'resources'
|
'resources'
|
||||||
));
|
));
|
||||||
|
|
||||||
|
gulp.task('dist-watch', gulp.series(
|
||||||
|
'clean',
|
||||||
|
'lint',
|
||||||
|
'bundle:watch',
|
||||||
|
'html',
|
||||||
|
'css',
|
||||||
|
'resources',
|
||||||
|
'watch',
|
||||||
|
));
|
||||||
|
|
||||||
gulp.task('live', gulp.series(
|
gulp.task('live', gulp.series(
|
||||||
'clean',
|
'clean',
|
||||||
'lint',
|
'lint',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue