stream-files
v0.0.1
Published
View relative source file paths in your streams.
Maintainers
Readme
stream-files
This plugin can be dropped into a stream to display the source file names as they pass through the pipeline.
Install
$ npm install stream-filesgruntfile.js
var streamFiles = require('stream-files');
gulp.task('stream-files', function() {
gulp.src('/path/to/src')
.pipe(streamFiles())
//..
});License
Copyright 2014 Elliot Fleming <http://github.com/elliotfleming>
