Skip to content

Commit f1ca473

Browse files
author
Shuwen Qian
committed
Watch module index files
1 parent 34b1984 commit f1ca473

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gulp/tasks/live.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
gulp.task('watch', function () {
2121
gulp.watch(j(C.SRC, C.MODULE_MASK, '/*.scss'), ['sass']);
2222
gulp.watch(j(C.SRC, C.MODULE_MASK, C.MODULE_HTML), ['copy', 'vulcanize']);
23+
gulp.watch(j(C.SRC, C.MODULE_MASK, 'index.html'), ['copy']);
2324
gulp.watch(j(C.SRC, C.SHARED, '**'), ['copy']);
2425
});
2526

0 commit comments

Comments
 (0)