We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336ee20 commit 111f036Copy full SHA for 111f036
gulpfile.js
@@ -79,7 +79,7 @@ gulp.task('exceptionless.node', ['typescript.node'], function() {
79
});
80
81
gulp.task('watch', ['build'], function() {
82
- gulp.watch('*.ts', ['build']);
+ gulp.watch('src/**/*.ts', ['build']);
83
84
85
gulp.task('build', ['clean', 'exceptionless', 'exceptionless.node']);
0 commit comments