Skip to content

Commit 111f036

Browse files
committed
Modified "gulp watch" to include subdirectories
1 parent 336ee20 commit 111f036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ gulp.task('exceptionless.node', ['typescript.node'], function() {
7979
});
8080

8181
gulp.task('watch', ['build'], function() {
82-
gulp.watch('*.ts', ['build']);
82+
gulp.watch('src/**/*.ts', ['build']);
8383
});
8484

8585
gulp.task('build', ['clean', 'exceptionless', 'exceptionless.node']);

0 commit comments

Comments
 (0)