Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit c847580

Browse files
author
rsavian
committed
Update watch
1 parent 25d44c9 commit c847580

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/troubleshooting/Gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ gulp.task('watch', (done) => {
140140
});
141141

142142
// Watch and trigger tasks on file changes
143+
gulp.watch('../../ts/**/*', ['buildScripts']);
143144
gulp.watch(env.DIR_SRC + '/assets/scripts/**/*', ['buildScripts']);
144145
gulp.watch(env.DIR_SRC + '/assets/styles/**/*', ['buildStyles']);
145146
gulp.watch(env.DIR_SRC + '/**/*.{hbs,html}', ['buildMarkup']);
@@ -158,4 +159,4 @@ gulp.task('launch', (done) => {
158159
['default'], ['watch'],
159160
done
160161
);
161-
});
162+
});

0 commit comments

Comments
 (0)