任务Gulp方式

时间:2016-03-02 07:17:46

标签: gulp

我想使用gulp自动执行一些部署任务。 我需要做的事情是:

鉴于一些配置,请执行以下操作:

 1. Copy some predetermined set of files  
 2. For each config   
    2.1 Override some of those files with files from an origin based on the current config
    2.2 Modify some specific files (regexp Search & Replace) based on the current config  
    2.3 zip the current set of files into some (config based) file.zip

此进程不应修改原始源文件。

我几乎可以肯定我并没有表达这种“一路走来的路”...... 使用Gulp编写此类任务/任务集的适当方式(以及使用的现有模块/插件)是什么?

0 个答案:

没有答案