스 니펫에서 다음과 같이 :
gulp.task "coffee", ->
gulp.src("src/server/**/*.coffee")
.pipe(coffee {bare: true}).on("error",gutil.log)
.pipe(gulp.dest "bin")
gulp.task "clean",->
gulp.src("bin", {read:false})
.pipe clean
force:true
gulp.task 'develop',['clean','coffee'], ->
console.log "run something else"
에서 develop
작업 나는 실행할 clean
와 당신이 일을 끝낼 후, 실행 coffee
하고이 끝나면, 다른 뭔가를 실행합니다. 그러나 나는 그것을 알아낼 수 없습니다. 이 작품은 작동하지 않습니다. 조언 부탁드립니다.
run-sequence
더 이상 사용되지 않습니다. 아래의 massanishi의 답변 참조