jstransform
GulpUsage
var jstransform = require('gulp-jstransfrom');
gulp.task('jstransform', function() {
gulp.src('./src/*.js')
.pipe(jstransform().on('error', gutil.log))
.pipe(gulp.dest('./public/'))
});
var jstransform = require('gulp-jstransfrom');
gulp.task('jstransform', function() {
gulp.src('./src/*.js')
.pipe(jstransform().on('error', gutil.log))
.pipe(gulp.dest('./public/'))
});
npm i gulp-jstransform
7
1.0.0
BSD-2-Clause