gulp-decomment
Advanced tools
Weekly downloads
Changelog
0.2.2
Readme
Uses decomment to remove comments from JSON, JavaScript, CSS, HTML, etc.
$ npm i gulp-decomment
$ npm test
Testing with coverage:
$ npm run coverage
const gulp = require('gulp');
const decomment = require('gulp-decomment');
gulp.task('default', () =>
gulp.src('input.js')
.pipe(decomment({trim: true}))
.pipe(gulp.dest('dest'))
);
Available methods, according to decomment API:
Copyright © 2021 Vitaly Tomilov; Released under the MIT license.
FAQs
Removes comments from JSON, JavaScript, CSS, HTML, etc.
The npm package gulp-decomment receives a total of 729 weekly downloads. As such, gulp-decomment popularity was classified as not popular.
We found that gulp-decomment demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.