Gulp Strip Debug Save

Strip console, alert, and debugger statements from JavaScript code

Project README

gulp-strip-debug

Strip console, alert, and debugger statements from JavaScript code with strip-debug

Install

npm install --save-dev gulp-strip-debug

Usage

import gulp from 'gulp';
import stripDebug from'gulp-strip-debug';

export default () => (
	gulp.src('src/app.js')
		.pipe(stripDebug())
		.pipe(gulp.dest('dist'))
);
Open Source Agenda is not affiliated with "Gulp Strip Debug" Project. README Source: sindresorhus/gulp-strip-debug
Stars
249
Open Issues
1
Last Commit
6 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating