Skip to content
This repository was archived by the owner on Aug 29, 2021. It is now read-only.
This repository was archived by the owner on Aug 29, 2021. It is now read-only.

How can I get done callback inside my task? #71

Description

@beto-aveiga

Hi! When using gulp-param I can't use done function to tell when my task with async functions ends.

gulp.task('default', function ( done ) {
    const drupal_settings = get_drupal_settings ();
    console.log(done);
});

For example, "done" is undefined. How can I use gulp-params and get the done function also?
Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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