gulp-filesize

Logs filesizes in human readable Strings


Keywords
gulpplugin, filesize, size
License
MIT
Install
npm install gulp-filesize@0.0.4

Documentation

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