-
## The devDependency [gulp-load-plugins](https://github.com/jackfranklin/gulp-load-plugins) was updated from `1.5.0` to `1.6.0`.
🚨 [View failing branch](https://github.com/timdp/rollup-plugin-assert…
-
I'm having this gulp task compiling vue files:
```
module.exports = function (gulp, plugins, options, envOptions) {
return function () {
return gulp.src(['/*.vue'], { follow: 'true' …
-
In response to a [tweet](https://twitter.com/contrahacks/status/656343475743428608) by one of gulps main contributors, I had the idea of creating a system that maintained single stream on which plugin…
-
### Issue details
I've set up a `package.json` file and a `gulp.js` file, like shown below, in a project folder. When I start Gulp (https://gist.github.com/rpkoller/07e13364a71f7d2560e19692a84f07e6…
-
I've been unable to get cssstyle working in my gulpfile. Maybe I'm just not using it correctly?
Whenever I run my default task, I get this error:
``` JS
[22:39:28] TypeError: undefined is not a fun…
-
Guys,
Even catching the errors, Gulp ins't able to keep executing after getting a Swig error.
Example:
```
[19:51:53] gulp-notify: [Error running Gulp] Error compiling template files: Unexpected en…
-
I have the two following tasks:
``` js
gulp.task('js-quality', function () {
return gulp.src('./src/js/**/*.js')
.pipe(plugins.plumber({ errorHandler: onError }))
.pipe(plugins.jscs())
…
-
Here is a part of my gulpfile:
``` javascript
const posthtmlPlugins = [
require('posthtml-img-autosize')({
root: './'
, processEmptySize: true
})
]
gulp.task( 'templates',…
-
I have an issue with compiling slim.
My code looks like this:
``` javascript
var gulp = require('gulp');
var plugins = require('gulp-load-plugins')({scope: ['devDependencies']});
gulp.task('html', …
-
## The devDependency [gulp-load-plugins](https://github.com/jackfranklin/gulp-load-plugins) was updated from `1.5.0` to `1.6.0`.
🚨 [View failing branch](https://github.com/hakatashi/HakataWritingRul…