[feature] custom gulpfile name/path
Created by: stryju
it would be nice to enable a way to provide a custom gulpfile name/path, like:
gulp --gulpfile my/custom/file.js
affected code: https://github.com/gulpjs/gulp/blob/master/bin/gulp.js#L117
grunt handles that nicely
thoughts?