File: 03-gulp-watch.diff

package info (click to toggle)
node-yarnpkg 1.22.19%2B~cs24.27.18-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 94,132 kB
  • sloc: javascript: 42,973; sh: 335; makefile: 21
file content (15 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Patch gulp-watch away.
Forwarded: not-needed
Author: Paolo Greppi <paolo.greppi@libpf.com>

--- a/gulpfile.js
+++ b/gulpfile.js
@@ -34,8 +34,3 @@
 );
 
 gulp.task('default', gulp.task('build'));
-
-gulp.task(
-  'watch',
-  gulp.series('build', () => gulp.watch('src/**/*', gulp.task('build')))
-);