Answer the question
In order to leave comments, you need to log in
I want to build normal gulpfile.js, what plugins do you use?
I want to finally set up gulpfile.js normally.
But I got stuck on the choice of plugins because of the abundance of them)))
Which ones do you use in your work and why?
Answer the question
In order to leave comments, you need to log in
here is the full list, why not? it developed over time, you can read about them on the net.
gulp = require('gulp'),
sass = require('gulp-ruby-sass'),
autoPrefixer = require('gulp-autoprefixer'),
cleanCSS = require('gulp-clean-css'),
uglify = require('gulp-uglify'),
minifyHTML = require('gulp-minify-html'),
imageMin = require('gulp-imagemin'),
pngquant = require('imagemin-pngquant'),
jsHint = require('gulp-jshint'),
concat = require('gulp-concat'),
cache = require('gulp-cache'),
del = require('del'),
gulpFilter = require('gulp-filter'),
mainBowerFiles = require('main-bower-files'),
connect = require('gulp-connect'),
gulpIf = require('gulp-if'),
util = require('gulp-util'),
plumber = require('gulp-plumber'),
rigger = require('gulp-rigger'),
spritesmith = require('gulp.spritesmith'),
size = require('gulp-size'),
opn = require('opn');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question