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/
- Host: GitHub
- URL: https://github.com/arronf2e/gulp-learning
- Owner: arronf2e
- Created: 2016-10-12T07:09:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T15:14:55.000Z (over 9 years ago)
- Last Synced: 2025-10-14T17:54:06.383Z (8 months ago)
- Topics: gulp, nodejs
- Language: JavaScript
- Homepage:
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. (有福利哦)