Skip to content

Making it work with gulp-watch #19

@newtonianb

Description

@newtonianb

Is this known to break with gulp-watch? It seems my changed file is not being picked up when I have the gulp-order hooked up. I'm also using it with gulp-cache and gulp-remember.

return gulp.src(conf.src)
        .pipe(coffeeFilter)
        .pipe($.cached('coffee'))
        .pipe($.coffee())
        .pipe($.remember('coffee'))
        .pipe(coffeeFilter.restore())
        .pipe($.order(castExtension(conf.src, ['coffee'], 'js'), { base: process.cwd() }))
        .pipe($.concat(conf.outputName))
        .pipe(gulp.dest(conf.dest))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions