Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 487 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 487 Bytes

hello-gulp

查看对应的博客文档

基础用法

  • yarn gulp foo
  • yarn gulp

组合任务

  • yarn gulp series1
  • yarn gulp parallel1

异步任务

  • yarn gulp callback
  • yarn gulp callback_error
  • yarn gulp promise
  • yarn gulp promise_error
  • yarn gulp async
  • yarn gulp stream

gulp核心工作原理

  • yarn gulp build_process
  • yarn gulp files_api