diff --git a/app/gulpfile.js b/app/gulpfile.js index a04e04f..ea61794 100644 --- a/app/gulpfile.js +++ b/app/gulpfile.js @@ -272,6 +272,16 @@ gulp.task('dist', gulp.series( 'resources' )); +gulp.task('dist-watch', gulp.series( + 'clean', + 'lint', + 'bundle:watch', + 'html', + 'css', + 'resources', + 'watch', +)); + gulp.task('live', gulp.series( 'clean', 'lint',