The Wayback Machine - https://web.archive.org/web/20200501193046/https://github.com/topics/gulp
Skip to content
#

Gulp

gulp logo

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...

olets
olets commented May 28, 2019

#477 and a couple different #478 bugs stem from the expectation that setting prebuild: [] or postbuild: [] 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

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

  • Updated Jun 16, 2019
  • CSS
olzhaskaliyev
olzhaskaliyev commented Oct 6, 2018

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
nas5w
nas5w commented Feb 25, 2019

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

TIIGRUS
TIIGRUS commented Jan 12, 2020

На Win10 падает туннель, то есть не расшаривает и даже не запускает. И даже если удалось запустить, то через какое-то время тунель снова падает и нужно перезагружать.

Возможно ли прикрутить ngrok в качестве расшаривание верстки?

Created by Fractal Innovations and the open source community at GitHub

Released February 9, 2016

Organization
gulpjs
Website
gulpjs.com
Wikipedia
Wikipedia
You can’t perform that action at this time.