Created by: tbranyen
Bit nervous opening this, but I think it'd really improve my code, so worth a shot.
Autobinds task
to allow for configs to be written like:
const { task } = require('gulp');
task('someTask', () => {
console.log('here');
});