gulp-config-strip-debug
Strip
console
,alert
, anddebugger
statements from JavaScript code with config-strip-debug
Install
npm install --save-dev gulp-config-strip-debug
Usage
var gulp = ;var stripDebug = ; gulp;
Testing
For execute the unit tests:
npm test
Coverage
For generate the code coverage this module use the istambul. The code coverage report is generate in coverage/ folder.
Contribute
For contribute with this project, create a fork in github https://github.com/luizdesign/gulp-config-strip-debug.