gulp-del-comment-space

gulp plugin for delete comment and space

Usage no npm install needed!

<script type="module">
  import gulpDelCommentSpace from 'https://cdn.skypack.dev/gulp-del-comment-space';
</script>

README

Gulp Plugin ( delete comment and blank space )

Build Result

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'))