An open API service indexing awesome lists of open source software.

https://github.com/arronf2e/gulp-learning

gulp学习,参考:https://css-tricks.com/gulp-for-beginners/
https://github.com/arronf2e/gulp-learning

gulp nodejs

Last synced: about 2 months ago
JSON representation

gulp学习,参考:https://css-tricks.com/gulp-for-beginners/

Awesome Lists containing this project

README

          

# gulp-learning

> plugins

"browser-sync": "^2.18.2",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"run-sequence": "^1.2.2"

> how to use

dev: gulp dev
build: gulp build

#### 开发文件夹 app
#### 打包发布文件夹 dist

Thanks. (有福利哦)