#48 Fixed watch script

This commit is contained in:
Serraniel 2020-12-29 15:42:06 +01:00
parent 866d11a3d3
commit 1914b691d6
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -208,7 +208,7 @@ Watchers
gulp.task('watch', (done) => {
gulp.watch(`${src.styles}/**/*.scss`, gulp.series('clean:build', 'styles', 'dist:copy', 'dist:zip'))
gulp.watch(`${src.scripts}/**/*.js`, gulp.series('clean:build', 'scripts', 'dist:copy', 'dist:zip'))
gulp.watch(`${src.scripts}/**/*.ts`, gulp.series('clean:build', 'scripts', 'dist:copy', 'dist:zip'))
gulp.watch(`${src.images}/**/*`, gulp.series('clean:build', 'images', 'dist:copy', 'dist:zip'))