gulp-connect怎么用 - CNode技术社区
gulp.task('filesChange',function () { connect.server({ root:'app', port:3000, livereload:true }) gulp.watch(['./app.js','./routes/**','./...
利用Gulp 处理前端工作流程 - 推酷
2015年8月16日 - 一般用法 .pipe(gulp.dest(path)) ,把 pipe 中的内容按照指定的 path 写成文件...connect-history-api-fallback ,作用同上,也用于匹配资源,但用起来简...