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,924 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
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
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 8, 2020 - JavaScript
-
Updated
Feb 7, 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
Hey guys!
It came to my attention (way back, actually) that the import done on the generator/component/temp.js file, which serve as scaffold to generate new components, is using a outdated module name.
Refer to this: [angular-ui/ui-router/CHANGELOG.md](https://github.com/angular-ui/ui-router/blob/master/CHANGELOG.md#100-2017-04-30
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
Jan 24, 2020 - JavaScript
-
Updated
Feb 4, 2020 - JavaScript
As a follow up to gdg-x/hoverboard#682, switch to system fonts.
This will improve performance, reduce text jumping after rendering, and better match the OS people are browsing on.
-
Updated
Feb 3, 2020 - JavaScript
-
Updated
Jan 26, 2020 - JavaScript
-
Updated
Feb 9, 2020 - JavaScript
-
Updated
Feb 7, 2020
-
Updated
Feb 6, 2020 - JavaScript
#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