gulp-jstransform

1.0.0 • Public • Published

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/'))
});

/gulp-jstransform/

    Package Sidebar

    Install

    npm i gulp-jstransform

    Weekly Downloads

    6

    Version

    1.0.0

    License

    BSD-2-Clause

    Last publish

    Collaborators

    • hemanth