these are gulp task which are copied or inspired by this wonderful tutorial http://stefanimhoff.de/2014/gulp-tutorial-1-intro-setup
- Clone the gulp-task into your webapp develop directory with  
git submodule add https://github.com/shdev/gulp-tasks.git gulp - copy the files from 
gulp/templateas sibling of the gulp directorycp gulp/template/* . - install the dependencies with 
npm 
npm install --save-dev bower coffee-script del gulp gulp-autoprefixer gulp-changed gulp-coffee gulp-coffeelint gulp-compass gulp-concat gulp-filter gulp-git gulp-htmlmin gulp-imagemin gulp-jshint gulp-manifest gulp-minify-css gulp-plumber gulp-rename gulp-ruby-sass gulp-sass gulp-size gulp-sourcemaps gulp-tap gulp-tar gulp-uglify gulp-util jshint-stylish preen require-dir run-sequence gulp-gzip browser-sync gulp-html-validator gulp-batchsudo gem install sass compass- configure gulpconfig.js for your needs.
 
- go to the 
gulpdirectory this should be a git submodule like described above. git fetch && git pull
- TODO create list of tasks
 
If don't have done it before insert gitgnores for example from githubs gitignore for
- node
 - bower
 - sass
 
or do it with oh-my-zsh gitignore plugin
in your basedir
gi node >> .gitignore && gi bower >> .gitignore && gi sass >> .gitignore