当前位置:网站首页>Getting Started Document 09 Standalone watch
Getting Started Document 09 Standalone watch
2022-08-05 06:09:00 【dongsdh】
series(
....
)
Export requires series
series also needs to be used when the watch is listening
Extract the series for ->export and monitor
const { src, dest, series, watch, parallel } = require("gulp");function clean(cb) {console.log('Clean up time'+new Date());cb()}function js(cb) {console.log('processing js');cb();}function css(cb) {console.log('processing css');cb();}function img(cb) {console.log('processing img');cb();}function build(cb) {console.log('Packaging');cb();}const Run = series(clean, js, img, css, build)watch(['./src/'], Run);exports.default = Run;
Monitor every time the content of the task is modified
边栏推荐
猜你喜欢

硬核!Cocos开发面试必备十问,让你offer拿到手软

【机器学习】1单变量线性回归
![[Pytorch study notes] 8. How to use WeightedRandomSampler (weight sampler) when the training category is unbalanced data](/img/29/5b44c016bd11f0c0a9110cf513f4e1.png)
[Pytorch study notes] 8. How to use WeightedRandomSampler (weight sampler) when the training category is unbalanced data

Autoware中安装Yolo3目标检测模块遇到的问题

Contextual non-local alignment of full-scale representations
D45_摄像机组件Camera

【UiPath2022+C#】UiPath 数据操作

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

vim的三种模式

(C语言)计算结构体大小——结构体内存对齐
随机推荐
CIPU,对云计算产业有什么影响
Unity常用模块设计 : Unity游戏排行榜的制作与优化
【UiPath2022+C#】UiPath数据类型
2020,Laya最新中高级面试灵魂32问,你都知道吗?
无影云桌面
spark算子-textFile算子
每日一题-DFS
虚幻引擎5都有哪些重要新功能?
D45_摄像机组件Camera
栈区中越界可能造成的死循环可能
什么是全栈设计师?
每日一题-正则表达式匹配-0715
OpenCV3.0 兼容VS2010与VS2013的问题
spark源码-任务提交流程之-7-流程梳理总结
如何用UE5渲染一个可爱的茶壶屋?
Spark源码-任务提交流程之-6.2-sparkContext初始化-TaskScheduler任务调度器
每日一题-单调栈
如何使用Houdini进行程序化优化?
TensorFlow ObjecDetectionAPI在win10系统Anaconda3下的配置
游戏引擎除了开发游戏还能做什么?