Ability to load tasks from separate files
Created by: et
Does an equivalent to grunt.task.loadTasks(tasksPath) exist?
It would basically allow you to define tasks outside of a single file.
$ tree gulp/tasks
gulp/tasks
├── dev.js
├── release.js
└── test.js
gulp.loadTasks('gulp/tasks');