npm.io
1.0.0 • Published 11 years ago

gulp-jstransform

Licence
BSD-2-Clause
Version
1.0.0
Deps
5
Vulns
0
Weekly
0
Stars
16

Gulp jstransform

Usage

var jstransform = require('gulp-jstransfrom');

gulp.task('jstransform', function() {
  gulp.src('./src/*.js')
    .pipe(jstransform().on('error', gutil.log))
    .pipe(gulp.dest('./public/'))
});

Keywords