-
I've been investigating the end-to-end sourcemap story for TypeScript through plugins like `gulp-typescript` and `gulp-tsb`. One thing that I've noticed is that `gulp-sourcemaps` seems to ignore and o…
-
Gulp-crisper is great but it would be even more awesome if it had support for sourcemaps generation.
For instance I should be able to do this:
``` javascript
gulp.task('separateJS', function () {
…
-
When I try to generate a style guide using a twig builder, it errors out looking for an index.hbs file. What am I doing wrong?
**KSS Version:** 3.0.0-beta.18
**Directory Structure:**
```
dist/…
-
I am using 2.11.1 BrowserSync and it is not tunneling the custom domain. Here's the error
```
/Users/ahmadawais/Documents/Websites/wpgulp.dev/wp-content/themes/wpgulp-theme/node_modules/browser-sync/…
-
Is it possible to run protractor suites with the accessibility-pluging to get A11y vulnerabilities for each suite?
protractor protractor.conf.js --suite homepage
```
plugins: [
{
chromeA11YDev…
-
gulp-file.js
```
var gulp = require('gulp'),
responsive = require('gulp-responsive'),
$ = require('gulp-load-plugins')(),
sizes = [0.75, 0.5, 0.25, 0.2, 0.15, 0.1, 0.05];
g…
-
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…
-
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…
-
***
☝️ **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…
-
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…