S
S
Sergey Goryachev2017-03-05 20:46:42
css
Sergey Goryachev, 2017-03-05 20:46:42

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

1 answer(s)
S
sergey, 2017-03-05
@webirus

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 question

Ask a Question

731 491 924 answers to any question