Skip to content

Commit 3f6819d

Browse files
author
Lachlan Heywood
committed
Remove old watch file
1 parent 1663db2 commit 3f6819d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gulpfile.js

-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ function watch() {
4747
gulp.watch(["./diver.js"], gulp.series([build, reloadJs]));
4848
}
4949

50-
function keepWatching() {
51-
return gulp.watch(['./examples/*.html'], gulp.series(reload));
52-
}
53-
5450
function fireUp() {
5551
return connect.server({
5652
root: ".",

0 commit comments

Comments
 (0)