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 5,938 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 @mixinand [`@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!
As a follow up to MicrosoftDX/Vorlonjs#403, I would like to suggest the following update:
There should be documentation for adding vorlon as a route on any server. It should look something like:
upstream vorlon {
server unix:/path/to/vorlon.socket;
}
...
server {
...
# Redirect /remote-debug to /remote-debug/ to stop it from showing ug
-
Updated
Feb 21, 2020 - JavaScript
-
Updated
Feb 22, 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
Feb 22, 2020 - JavaScript
In addition to the interactive CLI wizard, there should be a way to generate project solely by providing command line arguments, like
bin/build express mongodb react polyfillsThe wizard itself should then be available via a special flag, like
bin/build -i [--interactive]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
Feb 20, 2020 - JavaScript
-
Updated
Feb 19, 2020 - JavaScript
-
Updated
Jan 20, 2020 - JavaScript
-
Updated
Feb 22, 2020 - 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