gulp-uncomment-it

1.0.0 • Public • Published

gulp-uncomment-it Build Status

Uncomment html, js or css with uncomment-it

Issues with the output should be reported on the uncomment-it issue tracker.

Install

$ npm install --save-dev gulp-uncomment-it

Usage

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

License

MIT © Steve Mao

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    4
  • 0.0.0
    0

Package Sidebar

Install

npm i gulp-uncomment-it

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • stevemao