Gulp Start Project HTML Automate and enhance your workflow Getting Started 1. Install gulp and bower globally: $ npm i -g gulp bower 2. Install package npm devDependencies: $ npm install 3. Install package bower dependencies: $ bower install Gulp Task file gulpfile.js Default. Livereload, sass to css, watch, autoprefixer, bower, rev-append: $ gulp Build. New folder "dist", minifyCss, uncss, uglify, imagemin : $ gulp build Ftp: $ gulp ftp