Answer the question
In order to leave comments, you need to log in
What are gulp plugins?
Might be a dumb question, but whatever. What gulp plugins are there to speed up development? Pro
del = require("del"),
gulp = require("gulp"),
webp = require("gulp-webp"),
minify = require("gulp-csso"),
sass = require("gulp-sass"),
rename = require("gulp-rename"),
run = require("run-sequence"),
plumber = require("gulp-plumber"),
postcss = require("gulp-postcss"),
csscomb = require("gulp-csscomb"),
autoprefixer = require("autoprefixer"),
posthtml = require("gulp-posthtml"),
svgstore = require("gulp-svgstore"),
imagemin = require("gulp-imagemin"),
ttf2woff = require('gulp-ttf2woff'),
ttf2woff2 = require('gulp-ttf2woff2'),
include = require("posthtml-include"),
resizer = require("gulp-images-resizer"),
server = require("browser-sync").create();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question