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'))
gulp plugin for delete comment and space
<script type="module">
import gulpDelCommentSpace from 'https://cdn.skypack.dev/gulp-del-comment-space';
</script>
var gulp = require('gulp');
var delCommentSpace = require('gulp-del-comment-space')
gulp.src('path/to/file')
.pipe(delCommentSpace())
.pipe(gulp.dest('path/to/dest'))