| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Display Errors in a pretty way, without breaking watching tasks
$ yarn add gulp-prettyerrorvar prettyError = require('gulp-prettyerror');
// default release build
gulp.task('js', function (){
return gulp.src(['Source/Lib/**/*.js')
// add task error-handler
.pipe(prettyError())
// create sourcemaps for development
.pipe(sourcemaps.init())
// some stuff
.pipe(...);
});Please open a new issue on GitHub
Gulp-PrettyError is OpenSource and licensed under the Terms of The MIT License (X11). You're welcome to contribute!
| Back | FazBrowse Home | New Git URL |