gulp-del-comment-space
v1.0.0
Published
gulp plugin for delete comment and space
Downloads
4
Readme
Gulp Plugin ( delete comment and blank space )
Usage example
var gulp = require('gulp');
var delCommentSpace = require('gulp-del-comment-space')
gulp.src('path/to/file')
.pipe(delCommentSpace())
.pipe(gulp.dest('path/to/dest'))