fd-gulp-removebom

0.0.1 • Public • Published

基于gulp的移除BOM的插件

用法

removeBom()

例子

var gulp = require('gulp');
var removeBom = require('fd-gulp-removebom');
gulp.task('removebom', function() {
    return gulp.src('./source/utf.js')
                .pipe(removeBom())
                .pipe(gulp.dest('./dest/'));
});

Package Sidebar

Install

npm i fd-gulp-removebom

Weekly Downloads

0

Version

0.0.1

License

ISC

Last publish

Collaborators

  • fangdeng