A starter setup for a gulp project including:
- JS (lint, minify, and concat)
 - SASS (compile)
 - CSS (minify)
 - Autoprefixer (Vendor Prefixes)
 - Images (image compression)
 - BrowserSync (css injection)
 
To use this you'll need the following installed:
$ git clone git@github.com:dropways/Real-Estate-Property-Landing-Webpage.gitor download it into a directory of your choice.- Then run 
$ npm installinside that directory. (This should install all the plugins needed) 
- To start the browser syncing and file watching, just run 
$ gulpin the project directory. - Folders and file paths can be changed in gulpfile.js
 
Note: For WordPress projects, install Gulp into the theme directory
- The build task should be ran when your project is ready for production.
 - What does the build task do differently?
- Compress your images
 - Minify your CSS and not create sourcemaps
 - Not start BrowserSync