Skip to content

Add browser-sync hooks for reloading browser after file changes #8

@kentmw

Description

@kentmw

On most of our tasks like copyResourcs, buildApp, and buildStyles, I'd like to be able to append this line to the pipe:

    .pipe(environment !== 'production' ? browserSync.reload({stream: true}) : $.util.noop());

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