選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

desc.md 274 B

12345
  1. This example highlights a common problem where you don't want to reload
  2. the browser until a 2 or more slow-running tasks have completed. The solution
  3. is to create the intermediate task that ensures `browserSync.reload` is not
  4. called until both slow tasks are complete.