gulp-filelog
FORKED FROM gulp-filelog, having some, imo, usefull formatting changes
A gulp plugin that logs out the file names in the stream. Displays a count and if empty. Useful for debugging.
Usage
First, install gulp-filelog
as a development dependency:
npm install --save-dev gulp-filelog
Then, add it to your gulpfile.js
:
Output the file names in the stream
var filelog = ; gulp ;
Output the file names in the stream with a task name identifier
var filelog = ; gulp ;
API
filelog([task])
task
Type: String
The name of original task, this will be outputted to the stdout along with the file name.