gulp.src() returns a stream, so it's async. Without it the task system wouldn't know when it finished. Read the docs. Solution 2: If you have dependent ...
確定! 回上一頁