1.0.0 • Published 10 years ago
gulp-uncomment-it v1.0.0
gulp-uncomment-it 
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-itUsage
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