gulp-strip-banner

0.0.2 • Public • Published

gulp-strip-banner

Removes unprotected comment banners (/** / and / */) from the top of files.

Installation

`npm install gulp-strip-banner'

Usage

var gulp = require('gulp'),
    strip = require('gulp-strip-banner');
 
gulp.task('strip', function(){
  gulp.src('path/to/file')
    .pipe(strip())
    .pipe(gulp.dest('./path/to/dest')
})

Currently, only buffer is supported.

Package Sidebar

Install

npm i gulp-strip-banner

Weekly Downloads

102

Version

0.0.2

License

MIT

Last publish

Collaborators

  • oscarg