Skip to content

Commit

Permalink
修改task说明
Browse files Browse the repository at this point in the history
  • Loading branch information
raintean authored Feb 6, 2018
1 parent ed8d05a commit 8b0a8b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/expect.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var path = require('path');
var fs = require('fs');

/**
* 压缩指定的js文件
* 等待文件存在,然后启动gulp任务
* @param filesToWait 需要等待的文件列表(非glob)
* @param tasks 任务列表,run-sequence形式
* @returns {Function} gulp任务(Task)
Expand Down Expand Up @@ -46,4 +46,4 @@ module.exports = function () {
}
});
}
};
};

0 comments on commit 8b0a8b4

Please sign in to comment.