Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: