当前位置:网站首页>Introductory document 05-2 use return instructions the current task has been completed
Introductory document 05-2 use return instructions the current task has been completed
2022-08-05 06:09:00 【dongsdh】
const { src, dest, series, watch, parallel } = require("gulp");function clean(cb) {console.log('clean up dist');cb();}function js(){console.log('Process js, use return to indicate that the current task has been completed');return src('*.js')}function css(cb){console.log('processing css');cb();}function img(cb){console.log('processing img');cb();}function build(cb) {console.log('Packaging');cb();}exports.default = series(clean,js,css,img,build);
边栏推荐
猜你喜欢

2020年手机上最好的25种免费游戏

每日一题-最长回文子串-0714

如何使用Houdini进行程序化优化?

UE5再次更新!扫描或手动建模面部模型可直接转为绑定好的Metahuman

【UiPath2022+C#】UiPath变量和参数

Unity常用模块设计 : Unity游戏排行榜的制作与优化

【UiPath2022+C#】UiPath Switch

错误类型:reflection.ReflectionException: Could not set property ‘xxx‘ of ‘class ‘xxx‘ with value ‘xxx‘

dsf5.0新建页面访问时重定向到首页的问题

入门文档01 series按顺序执行
随机推荐
入门文档09 独立的watch
spark算子-wholeTextFiles算子
【Day1】VMware软件安装
Getting Started 03 Distinguish between development and production environments ("hot update" is performed only in the production environment)
(oj)原地移除数组中所有的元素val、删除排序数组中的重复项、合并两个有序数组
[Paper Intensive Reading] Rich Feature Hierarchies for Accurate Object Detection and Semantic Segmentation (R-CNN)
spark源码-任务提交流程之-4-container中启动executor
Unity huatuo 革命性热更系列1.3 huatuo示例项目源码分析与启发
一个小时教你如何掌握ts基础
每日一题-两数相加-0711
【UiPath2022+C#】UiPath控制流程概述
每日一题-三数之和-0716(2)
浅谈遇到的小问题
新一代解析技术——云解析
Unity huatuo 革命性热更系列1.2 huatuo热更环境安装与示例项目
通过单总线调用ds18b20的问题
每日一题-二分法
spark源码-RPC通信机制
Getting Started 11 Automatically add version numbers
vim的三种模式