-
I`m trying to install the plugin via NPM and I`m getting this error every single time
```
$ npm install --save-dev gulp-packer
> contextify@0.1.15 install C:\test\node_modules\contextify
>…
-
Hey Sven
This is very cool, I'd love to test this.
I didn't manage to get it to work, because there's an issue with Gulp v3 and Node v12.
I get the following problem: const { Math, Object, Reflect…
-
You should consider using Gulp as a build system, removing bash-script dependencies. This will make it easier to build across platforms, and easier for developers only accustomed to JavaScript to deve…
-
Needs to be installed and configured.
-
I would like to use Streamline but I can't find a good Gulp module to use. The gulp-streamlinejs module depends on 1.0.7, which appears to be a major version behind.
Is there a Gulp module available …
-
When building with gulp on Fedora 24, gulp looks for `./Closeable` in `src/browser/jsx/components/tabs` but the existing file is called `./closeable` with a lower case 'c'. Renaming `./closeable` ->`.…
-
Does anyone know what needs to be done to make this work with gulp-postcss?
I've been trying to figure this out for a few hours with no luck.
-
I have a repo called [gulp-eslint-new](https://github.com/fasttime/gulp-eslint-new) that I forked some time ago from the now unmaintained [gulp-eslint](https://github.com/adametry/gulp-eslint) in orde…
-
Gulp-rigger doesnt work with gulp-plumber. Buffer.js:67 error appears.
``` javascript
var gulp = require('gulp'),
plumber = require('gulp-plumber'),
rigger = require('gulp-rigger');
var onEr…
-
## 目的
使用gulp-rev-append给页面的引用添加版本号,清除页面引用缓存
## 代码
```
var gulp = require('gulp'),
rev = require('gulp-rev-append');
gulp.task('testRev', function () {
gulp.src('src/html/index.html')
.p…