Add gulp dist-watch

master
Mészáros Mihály 2019-02-01 11:41:56 +01:00
parent 338ed76ca3
commit b997afe9d2
1 changed files with 10 additions and 0 deletions

View File

@ -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',