Y
Hacker News
new
|
ask
|
show
|
jobs
by
pineconewarrior
991 days ago
Gulp[1] and node streams sortof do this
gulp.src(config.src) .pipe(uglify()) .pipe(gulp.dest(config.dest)) .pipe(size());
[1]
https://www.npmjs.com/package/gulp