0
나는 꿀꺽 한이 같은 시계 세트 :gulp watch의 매개 변수로 gulp 작업을 실행하는 방법은 무엇입니까?
gulp.watch(somepath, {interval: 500}, ['buildScripts']);
그리고 빌드 스크립트는 다음과 같습니다
gulp.task('buildScripts', function (path) {
//compiles the file from watch
});
이 어떻게 변경된 파일의 값을 전달할 수/파일은 buildScripts
그 컴파일 할 수 있도록 파일?