Skip to content

Issues with gulpfile.babel.js #15

@mikeerickson

Description

@mikeerickson

My gulpfile is actually gulpfile.babel.js and causes an issue when defaults are used

This produces error

let files = ['tasks/lint.js'];  // if this is not supplied, things get wonky
require('gulp-task-list')(gulp);

However, if I point to one of my tasks files, then all works fine.

let files = ['tasks/lint.js'];  // if this is not supplied, things get wonky
require('gulp-task-list')(gulp, null, files);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions