gulp starter file
- make sure gulp is installed:
npm install gulp-cli -g
- Go to directory where you need gulp
- Run:
npm init
this will create a package.json file - Add gulp to your dev dependencies
npm install --save-dev gulp
- Download the file from GitHub - or you can run this command
curl -LO https://raw.github.com/joelkrause/gulp-starter/master/gulpfile.js