Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
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.