Skip to content

Commit bc21706

Browse files
committed
chore(gulpfile): watch index.js too
1 parent 77ecd59 commit bc21706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ gulp.task('webserver', function() {
9191
});
9292

9393
gulp.task('watch', function () {
94-
gulp.watch('{lib,test}/**/*.js', runMochaSimply);
94+
gulp.watch(['index.js', '{lib,test}/**/*.js'], runMochaSimply);
9595
runMochaSimply();
9696
});
9797

0 commit comments

Comments
 (0)