This is inspired by strip-bom for gulp.
var stripBom = require('gulp-stripbom');
gulp.task('default', function(){
return gulp.src('1.txt')
.pipe(stripBom())
.pipe(gulp.dest('dest'));
});
Type: String
or Array
Filter files by ext those to process.
Type: Boolean
Default: true
If show log or not.
$ npm test
MIT