-
If I use this plugin inside of a multipipe, than the stream never ends, and even though gulp exits, the processing is interrupted and some of the further pipe steps are not processed.
Simplified ex…
-
nodejs 版本4.3.1, gulp: 3.9.1
貌似去掉源码里through2.obj的第二个参数就可以了,是我参数不对吗?
var runSequence = require('run-sequence');
gulp.task('cdn', function (done) {
return gulp.src(config.tmp.distAssets)
.pipe(plu…
-
**Expected behavior:** When I run gulp compile command the SRC folder in lambda should compile all TS file's and create a new folder DIST having all the compiled files in JS format from SRC folder.
…
-
***
☝️ **Important announcement:** Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at greenkeeper.io](https://greenkeep…
-
I am facing some problems generating sourcemaps using usemin.
I am using the latest versions of the plugins.
Here there is my task, which is very simple:
```
var gulp = require('gulp'); //"3.5.6"
va…
-
This plugin has been blacklisted in the official gulp plugins repository, with the reason `operates directly on file paths. does too much`. Besides that, it looks like similar behavior can be achieved…
-
Gulp plugins add extra complexity and dependency/version tracking/debugging issues as witnessed in #32. See https://medium.freecodecamp.org/why-i-left-gulp-and-grunt-for-npm-scripts-3d6853dd22b8 for i…
-
gulp-rev recently merged some PR's that added support for merging into a manifest file rather than overwriting it completely. This would allow you to `rev-all` on an entire tmp folder, and use plugins…
-
Hello. I am .Net developer and new in NodeJs. The first point to start learning this - your template. And the first thing I wanted to have - debugging code in some IDE, because I am used to IDE (Visua…
-
I have this task in gulpfile.js:
```
gulp.task('sass', async function () {
log('Compiling Sass --> CSS');
var sassOptions = {
outputStyle: 'nested' // nested, expanded, compac…