Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jogiter/gulp.config
gulp flow
https://github.com/jogiter/gulp.config
Last synced: 9 days ago
JSON representation
gulp flow
- Host: GitHub
- URL: https://github.com/jogiter/gulp.config
- Owner: Jogiter
- Created: 2018-09-28T07:31:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T08:38:41.000Z (about 6 years ago)
- Last Synced: 2024-11-07T18:22:56.693Z (2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## gulp 工作流
定义一系列的工作量,实现压缩(js/css/html/image),版本控制,自动上传测试服务器
### Note
- `.ftppass` 文件需要添加到 `.gitignore` 里面,切记!!!
- 使用 `sftp` 时,`remotePath` 需要在 `gulpfile.js` 中配置TODO
- [x] [gulp-sftp ](https://github.com/gtg092x/gulp-sftp) ~~比现有的 ftp 更友好~~
- [x] 压缩 HTML
- [ ] 压缩图片,新增配置,默认不加入序列
- [ ] eslint, fix 不工作
- [ ] babel, 参考 [gulp@next](https://github.com/gulpjs/gulp/tree/v4.0.0)