gulp-task-loader icon indicating copy to clipboard operation
gulp-task-loader copied to clipboard

Organize your gulp-tasks in separate files

Results 3 gulp-task-loader issues
Sort by recently updated
recently updated
newest added

Does not work with gulp v4.0.0 ?

For example if you provide path 'gulp-task/tasks' it will fail on windows as it uses different paths. Maybe there should be recommendation to pass paths using path library? . As...

The current way of handling the path is forcing the opts.dir to be a relative path based on process.cwd. My change keeps the functionality but also enables to specify an...