项目作者: sinianzhiren

项目描述 :
gulp常用的配置信息以及基本的文件目录
高级语言: JavaScript
项目地址: git://github.com/sinianzhiren/gulp.git
创建时间: 2018-12-07T13:29:21Z
项目社区:https://github.com/sinianzhiren/gulp

开源协议:MIT License

下载


gulp

gulp常用的配置信息以及基本的文件目录

我将常用的gulp配置文件写好,在gulpfile.js文件中,此版本依赖的gulp版本是,3.9.1,clone后直接执行npm install //or yarn install即可将常用的gulp配置生成,使用者可以根据自己的需要进行修改。

  1. git clone https://github.com/sinianzhiren/gulp.git
  1. gulp //启动开发环境
  1. gulp build //启动生产环境

gulpfile.js中还有gulp-concat, 以及版本控制没有添加到默认任务中,使用者可以更具自己的需要自行添加。