Created by: MintyAtmosphere
I noticed that gulp.task docs don't have the task arguments' Type:
sections, so I added that.
I also put in a better example for a gulp.task(name, function ( ) { } )
use case. The previous single line example was a little too simplified tbh.