Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gulp.task('watch', gulp.series('clean', gulp.parallel('css')), gulp.watch(['./app/scss/**/*.scss'], gulp.series('clean', gulp.parallel('css'))) );
何らかの理由で gulpfile で他のタスクを使用すると、gulp.watch が呼び出されます。このタスクで何が問題になっているのか誰か知っていますか?