Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 309 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 309 Bytes

Gulp Example/Starter App

Example gulp application to show how to use plugins and run tasks

Version

1.0.0

##Dependencies gulp-imagemin gulp-concat gulp-uglify gulp-sass

Install Dependencies

npm install

Run all tasks

gulp

Watch all tasks/files

gulp watch