gulp-remove-html-comments

1.0.1 • Public • Published

gulp-remove-html-comments Build Status

Remove comments in html with remove-html-comments

Issues with the output should be reported on the remove-html-comments issue tracker.

Install

$ npm install --save-dev gulp-remove-html-comments

Usage

var gulp = require('gulp');
var removeHtmlComments = require('gulp-remove-html-comments');
 
gulp.task('default', function () {
  return gulp.src('src/*.html')
    .pipe(removeHtmlComments())
    .pipe(gulp.dest('dist'));
});

License

MIT © Steve Mao

Package Sidebar

Install

npm i gulp-remove-html-comments

Weekly Downloads

327

Version

1.0.1

License

MIT

Last publish

Collaborators

  • stevemao