-
After reading https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5, the authors are now officially deprecating `gulp-util` since they've released an alpha version of Gulp 4.0.0. Their recommendation is to…
-
Beautify creates a space between ":" and "f" in "&: first-child {" that kills Gulp.
events.js:72
throw er; // Unhandled 'error' event
^
[[32mgulp[39m] Error in plugin '[36mgu…
-
Everytime gulp finished doing something it gives the notification of doing so and gives an error directly after it:
gulp-notify: [Error in notifier] Error in plugin 'gulp-notify' notify-send must be…
-
Hi,
I am trying to use template-helper-apidocs in gulp-verb, but failing. Always get the following error:
``` bash
[13:36:54] Using gulpfile D:\Projects\%projectname%\gulpfile.js
[13:36:54] Starting…
-
In gulp 3.9.1 there is a great run-sequence plugin that allowed you to run the next task at the end of the previous one.
In gulp 4.0.0, this plugin does not work.
gulp.series allows you to only run…
-
Here is a part of my gulpfile:
``` javascript
const posthtmlPlugins = [
require('posthtml-img-autosize')({
root: './'
, processEmptySize: true
})
]
gulp.task( 'templates',…
-
I don't follow the [example](https://github.com/duojs/gulp#example) in the README.
``` js
var gulp = require('duo-gulp');
```
Is there any other way to use this plugin without wrapping `gulp`?
``` …
cvan updated
10 years ago
-
```
/project
/assets
/sources
gulpfile.js
package.json
index.php
```
I currently have all of my gulp and npm related files inside a "sources" folder. I am wanting…
-
### Error
```log
[18:25:48] TypeError: imagemin.optipng is not a function
```
Doesn't seem to detect any of the plugins and fails on whatever it hits first, in the above error imagemin.optipng. I'…
-
I am trying to build a new TerriaMap/TerriaJS project using this tutorial :
https://docs.terria.io/guide/contributing/development-environment/
The build is successfully done, but when trying to…