5.0.1 • Published 5 months ago

gulp-debug v5.0.1

Weekly downloads
88,811
License
MIT
Repository
github
Last release
5 months ago

gulp-debug

Debug Vinyl file streams to see what files are run through your Gulp pipeline

Install

npm install --save-dev gulp-debug

Usage

import gulp from 'gulp';
import debug from 'gulp-debug';

export default () => (
	gulp.src('foo.js')
		.pipe(debug({title: 'unicorn:'}))
		.pipe(gulp.dest('dist'))
);

API

debug(options?)

options

Type: object

title

Type: string\ Default: 'gulp-debug:'

Give it a custom title so it's possible to distinguish the output of multiple instances logging at once.

minimal

Type: boolean\ Default: true

By default only relative paths are shown. Turn off minimal mode to also show cwd, base, path.

The stat property will be shown when you run gulp in verbose mode: gulp --verbose.

showFiles

Type: boolean\ Default: true

Print filenames.

showCount

Type: boolean\ Default: true

Print the file count.

logger(message)

Type: Function\ Default: console.log

Provide your own logging utility.

The message is passed as a string in the first argument. Note that ANSI colors may be used in the message.

ab-pdf-reader-exampleab-gulpabwa-gulpfa-javascriptadgile-dev@crivas/ute-uipraos-briefcasevtex-boilerplateslush-vtex-boilerplateosfe-builder@alotool/bloggerpackdas-build@dendronhq/dendron-next-server@alotool/alotool-cli@xyo-network/web-base-bootstrapgulp-pipelinefomantic-ui-semeia@infinitebrahmanuniverse/nolb-gulp-dimp-gulp-utilsimp-utilspico-svg@everything-registry/sub-chunk-1806@alpacka/cli@alpacka/task@alotool/bl-pack@alotool/blogger-pack@alphpaca/sylius-ui@acaelum/cake@absolunet/nwayo-workflow@axway/gulp-tasksconfetti-generator@css-dot/corecommit-status-reporter@darekkay/gulpcommander-gulp-imagescommander-gulp-mailingcommander-gulp-scriptscommander-gulp-stylescommander-gulp-templatescommander-gulp-utilcommander-gulp-watchcorballis-build@deployable/assetscordova-plugin-minify-code@bolt/build-patternlab@bolt/build-styles@bb-cli/bb-generate@californian/get-leaf-nodes@gisauto/gisauto-ui-kitcells-app-gulp-taskspuzle-shapeshifterqwj-gulp-clipublish-projectsqmui_webqv-automationradixjsruo-clisecret-servicesense-gosenogulpzarrovscode-lintertoolbelt-standard-ad-buildervtexgen-vtex-boilerplatetyche-toolstypeprojectwalnut-build-jswehwebreflected-utilsweshopwebpack-config-toolwiderbandwidthyujlthe-scraping-machinewx2batwx2ttslush-react-native-generatorslush-phaser-webpackslush-rankme-vtex-speedslush-wxf-reactslush-td-appslush-td-templateslush-vtex-gulp-speedslush-vtex-starterslush-aw-sitebuildslush-aw-webappsoda-fountainsite-mastersitecore-package-installersitecore-switch-solrsync-diagram-into-confluencesublime-lintersublime-tinker-toolstamingstandard-publishsssgstackerrocktime-gulptest-potest-runner-scaffolder
5.0.1

5 months ago

5.0.0

5 months ago

4.0.0

6 years ago

3.2.0

6 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago