sindresorhus / gulp-size

Display the size of your project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report filesize change

OliverUv opened this issue · comments

Would be cool if it was possible to do something like

.pipe(size.measure())
.pipe(uglify())
.pipe(size()) // Displays the before and after filesize, or just a percentage improvement

Bonus if you can find an easy way to handle this with concats.

Sounds like a job for a different plugin. Make gulp-size-diff ;)