-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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))
jordyvandomselaar
Metadata
Metadata
Assignees
Labels
No labels