.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
.
.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
.
Copyright © 2021 Jogjafile Inc.