Dockerコンテナ内でgulpのファイル監視を動かす
gulp.watch('./**/*', {interval: 1000, usePolling: true}, gulp.series('superTask')); This post is licensed under CC BY 4.0 by the author.
gulp.watch('./**/*', {interval: 1000, usePolling: true}, gulp.series('superTask'));