0.1.2 • Published 8 years ago

gulp-decaffeinate v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Gulp decaffeinate

Barely replaced gulp-coffee into decaffeinate...

var gulp = require('gulp')
var decaffeinate = require('gulp-decaffeinate')

gulp.task('compile', function() {
  gulp.src('coffee/**/*')
  .pipe(decaffeinate({}))
  .pipe(gulp.dest('app/'))
})

Report bugs to https://github.com/decaffeinate/decaffeinate

License

MIT