Stream gulp-filter mistake

35 Views Asked by At
.pipe( gulp.dest( 'D:/path/to/project/' ) )
.pipe( filter( './**/*.css' ) )
.pipe( browserSync.stream() )

I have an error on this part of the code. Files are created but the code is not compiled after filter.

0

There are 0 best solutions below