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,095 public repositories matching this topic...
Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use
and .define
are provided by Base
and implicitely added through Templates
.
It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixin
and [`@mix
Hi people!
In the last release... we removed the support for Bower. Many recipes now are very outdated. What do you want to do? Let's discuss it!
I tested with the documentation of this repository but it doesn't work for me.
Please. How can I write a log file in hard disk?
Thanks.
-
Updated
Dec 25, 2019 - JavaScript
-
Updated
Mar 27, 2020 - CSS
Some tasks are self-explanatory if you looked at their script and need no description. I also think knowing what script the task actually runs can be helpful context if only reading from the help dialog and not the maidfile
itself.
For instance, I have a clean
task that just runs rm -rf build/
. If the help dialog outputted this, I wouldn't need to add a description, but since it doesn't I
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
May 21, 2020 - JavaScript
-
Updated
Nov 21, 2017 - JavaScript
-
Updated
Apr 7, 2020 - JavaScript
Took me quite a while to figure out how exactly the theme in my src
directory was supposed to be used in development. The docs don't mention needing WordPress running so I thought perhaps gulp was going to just serve my theme on its own.
I think it would help greatly to say a few words about having WordPress setup and running. Also, moving the crucial setup step of symlinking the theme into you
-
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