摘要: 执行default任务时,依次执行以下任务 gulp.task('default', ['htmlmin', 'cssmin', 'jsmin', 'copy']); 执行default任务时,依次执行以下任务 gulp.task('default', ['htmlmin', 'cssmin', ' 阅读全文
posted @ 2019-09-18 19:25 谁凭花解语 阅读(981) 评论(0) 推荐(0)
摘要: 代码如下: 报错: [01:26:16] The following tasks did not complete: first[01:26:16] Did you forget to signal async completion? 原因: 这是gulp4.0版本使用task时,回调函数使用匿名函 阅读全文
posted @ 2019-09-18 01:36 谁凭花解语 阅读(3507) 评论(1) 推荐(2)