Gulp-uglify : throw er; // Unhandled ‘error’ event

Your uglify task is probably choking on one of the files it is trying to process. Handle the error and write the output to the console so you can see which file causing the task to fail. gulp.task(‘scripts’, [‘clean’], function () { return gulp.src(‘js/*.js’) .pipe(uglify().on(‘error’, function(e){ console.log(e); })) .pipe(gulp.dest(‘minjs’)); }); When you run your gulp … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)