gulp-filesize

Logs filesizes in human readable Strings

6 个版本
安装
npm install gulp-filesize
yarn add gulp-filesize
pnpm add gulp-filesize
bun add gulp-filesize
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

版本列表
0.0.6 2014-02-01
0.0.5 2014-01-02
0.0.4 2014-01-01
0.0.3 2013-12-21
0.0.2 2013-12-21
0.0.1 2013-12-01