gulp is an automated build tool based on flows. How to understand flow-based?
grunt是一个操作生成一个临时文件,而gulpSimilar to a pipeline, the file is read in, the corresponding tasks are performed and the final file is generated.
grunt
gulp
grunt
是一个操作生成一个临时文件,而gulp
Similar to a pipeline, the file is read in, the corresponding tasks are performed and the final file is generated.