automating-your-workflow-with-gulp icon indicating copy to clipboard operation
automating-your-workflow-with-gulp copied to clipboard

使用Gulp来构建你的workflow

Results 1 automating-your-workflow-with-gulp issues
Sort by recently updated
recently updated
newest added
trafficstars

今天开始陆陆续续开始整理一些常用的 gulp 任务. 如果关于 gulp 你有什么不明白的地方那就提 issue 吧! 计划如下: - [x] [recipes/copy 拷贝文件](https://github.com/xiaoyu2er/automating-your-workflow-with-gulp/blob/master/recipes/copy) - [x] [recipes/delete 删除文件](https://github.com/xiaoyu2er/automating-your-workflow-with-gulp/blob/master/recipes/delete) - [ ] 重命名文件 `rename` - [ ] 使用 babel 编译 ES2015 的语法...