Skip to content

Instantly share code, notes, and snippets.

@egoist
Created December 7, 2016 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egoist/7931d3944b087acc838c411084617d89 to your computer and use it in GitHub Desktop.
Save egoist/7931d3944b087acc838c411084617d89 to your computer and use it in GitHub Desktop.
import task from 'tasco'
task('foo', t => {
t.input('./src/index.js')
.pipe(babel())
.pipe(t.output('./dist'))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment