소스 검색

Fix watched build bug

tags/v0.2.0
bertieb 3 년 전
부모
커밋
5b901dd538
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      gulpfile.js

+ 2
- 2
gulpfile.js 파일 보기

@@ -115,9 +115,9 @@ gulp.task('serve', gulp.series("build-hs", watchedBundle, function() {
gulp.watch("src/html/*.html").on('change', gulp.series("copy-html"));
gulp.watch("dist/*.html").on('change', browserSync.reload);
gulp.watch("dist/*.js").on('change', browserSync.reload);
watchedBrowserify.on("update", watchedBundle);
watchedBrowserify.on("log", fancy_log);
}));


gulp.task('default', gulp.series('serve'));
watchedBrowserify.on("update", watchedBundle);
watchedBrowserify.on("log", fancy_log);

불러오는 중...
취소
저장