Gulp
Gulp is an open source toolkit built on Node.js and npm. It is used for automating and streamlining repetitive tasks in front-end web development.
Here are 6,064 public repositories matching this topic...
-
Updated
Jun 16, 2019 - CSS
Hello! I have gulp configuration with Pug compilation. When running task with gulp-useref is minificate sames css/js files repeatly on every html page.
I tried use gulp-cache, but seems i use this wrong.
There is my gulpfile.js:
gulp.task('minimization', ['templates', 'styles', 'scripts'], () => {
return gulp.src('.tmp/*.html')
.pipe($.useref({searchPath: ['.tmp', '.']}))
.pip
-
Updated
Apr 29, 2020 - TypeScript
-
Updated
Dec 25, 2019 - JavaScript
-
Updated
Mar 27, 2020 - CSS
-
Updated
Sep 25, 2019 - JavaScript
Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
-
Updated
Apr 27, 2020 - JavaScript
-
Updated
Nov 21, 2017 - JavaScript
-
Updated
Apr 7, 2020 - JavaScript
-
Updated
Aug 20, 2017 - JavaScript
-
Updated
Apr 29, 2020 - JavaScript
-
Updated
Jul 28, 2019 - JavaScript
-
Updated
Mar 6, 2019 - JavaScript
Created by Fractal Innovations and the open source community at GitHub
Released February 9, 2016
- Organization
- gulpjs
- Website
- gulpjs.com
- Wikipedia
- Wikipedia


#477 and a couple different #478 bugs stem from the expectation that setting
prebuild: []orpostbuild: []is a way of saying "prebuild: nothing" and "postbuild: nothing". In fact, the empty array creates problems (see the linked issues for examples)This should at least be documented. Supporting
[]as "nothing" would be an easy enhancement