-
### Issue details
I'm setting up a new project and I have the following gulpfule.js setup:
``` js
var gulp = require('gulp');
var browserSync = require('browser-sync');
var sass = requ…
-
See #1
-
In the https://www.npmjs.com/package/gulp-notify#notes-tip section you provide an example of using gulp-notify and gulp-plumber together. Every time I try to run it I get the following error:
Refere…
-
gutil.File => https://www.npmjs.com/package/vinyl
gutil.replaceExtension => The .extname property on Vinyl objects or https://www.npmjs.com/package/replace-ext
gutil.colors => https://www.npmjs.com/…
-
On this page:
http://pleeease.io/workflow/#with-gulp
You have an example `gulpfile` that uses `gulp-ruby-sass`. Would you consider adding a link or something similar that uses `gulp-sass` with `gulp…
-
Hi there. Thanks for this library. It's really great content.
I'm having trouble running any of the referenced gulp tasks, using both node v12 and v14:
```
$ gulp icon
(node:40249) V8: /User…
-
- [ ] Build Jekyll (gulp-spawn)
- [ ] Combine CSS (gulp-concat)
- [ ] Combine JavaScript (gulp-concat)
- [ ] Minify PNGs (gulp-imagemin, gulp-cache)
- [ ] CSS Lint (gulp-csslint)
- [ ] JS Hint (gulp-j…
-
/Users/geomartino/GitProjects/cvmtl-webui/node_modules/mapbox-gl/node_modules/unflowify/index.js:10
options = Object.assign({}, defaultOptions, options);
^
TypeError: undefined…
-
After installing all the dependency, I run `gulp deploy` but it is not working:
```
> gulp deploy
[07:56:25] Using gulpfile ~/workspace/Life-Time-Tracker/gulpfile.js
(node:13334) DeprecationWarn…
-
Não estou conseguindo usar o gulp-smushit. Configurei conforme o exemplo mas ele não converte as imagens. E não apresenta nenhum erro.
var gulp = require('gulp');
var smushit = require('gulp-smush…