Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gulp-filesize

Metrime5.5kMIT0.0.6

Logs filesizes in human readable Strings

gulpplugin, filesize, size

readme

gulp-filesize

Gulp extension to log filesizes in human readable Strings to the console.

var size = require('gulp-filesize');

Example

gulp.src('./css/*.css')
//all your gulp tasks
.pipe(gulp.dest('./dist/')
.pipe(size()) // [gulp] Size example.css: 265.32 kB  

License

MIT