Skip to content

Syntax of gulp task has changed and needs to be updated for server to be able to start #3

@Flyerfye

Description

@Flyerfye

Defining a gulp task has changed in certain cases as described here:
https://stackoverflow.com/questions/51098749/everytime-i-run-gulp-anything-i-get-a-assertion-error-task-function-must-be

Updating with this line should resolve this issue:
gulp.task("default", gulp.series("connect", "lint", "watch"));

gulp.task("default", ["connect", "lint", "watch"]);

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