gulp备忘

gulp接口
gulp.src 待处理文件
gulp.dest 输出结果
gulp.task 设置一个任务名及其依赖
gulp.watch 监控并作出响应
常用工具
gulp-csso
gulp-concat
gulp-rename
gulp-uglify
gulp-clean 清空文件夹
gulp-jshint 代码规范性检查
gulp-imagemin
gulp-rev 文件添加版本号
gulp-rev-replace版本号替换
gulp-useref 解析html资源定位
gulp-less
gulp-autoprefixer css后编译器
browserSync

你可能感兴趣的:(gulp备忘)