UNPKG

trumpit

Version:

Having fun with node. tools poking fun at the little orange guy.

8 lines (7 loc) 197 B
var gulp = require('gulp'); var babel = require('gulp-babel'); gulp.task('default', function () { return gulp.src('src/trumpit.js') .pipe(babel()) .pipe(gulp.dest('dist')); });