|
|
@ -13,6 +13,7 @@ function watch() {
|
|
|
|
gulpWatch(paths.src.html, gulp.series('copyHtml'));
|
|
|
|
gulpWatch(paths.src.html, gulp.series('copyHtml'));
|
|
|
|
gulpWatch(`${paths.src.fonts}**/*.*`, gulp.series('copyFonts'));
|
|
|
|
gulpWatch(`${paths.src.fonts}**/*.*`, gulp.series('copyFonts'));
|
|
|
|
gulpWatch(`${paths.src.images}**/*.*`, gulp.series('copyImages'));
|
|
|
|
gulpWatch(`${paths.src.images}**/*.*`, gulp.series('copyImages'));
|
|
|
|
|
|
|
|
gulpWatch(paths.src.robots, gulp.series('copyRobots'));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
gulp.task('watch', gulp.series('build', watch));
|
|
|
|
gulp.task('watch', gulp.series('build', watch));
|
|
|
|