update README
This commit is contained in:
parent
e81288a9dd
commit
7b1df4148d
@ -18,7 +18,7 @@ gulp-browser is meant to be easy:
|
||||
|
||||
gulp.task('gulpBrowserTest',function() {
|
||||
var stream = gulp.src('./test/*.js')
|
||||
.pipe(gulpBrowser.browserify(trasforms)) // optional array of tansforms
|
||||
.pipe(gulpBrowser.browserify(transforms)) // gulp.browserify() accepts an optional array of tansforms
|
||||
.pipe(gulp.dest("./test/browserifiedJS/"));
|
||||
return stream;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user