Compare commits

..

2 Commits

Author SHA1 Message Date
e81288a9dd 2.1.1 2016-05-13 18:15:31 +00:00
1734a2030b update README 2016-05-13 18:15:16 +00:00
2 changed files with 7 additions and 3 deletions

View File

@ -18,7 +18,7 @@ gulp-browser is meant to be easy:
gulp.task('gulpBrowserTest',function() {
var stream = gulp.src('./test/*.js')
.pipe(gulpBrowser.browserify())
.pipe(gulpBrowser.browserify(trasforms)) // optional array of tansforms
.pipe(gulp.dest("./test/browserifiedJS/"));
return stream;
});
@ -33,7 +33,11 @@ gulp-browser is meant to be easy:
### Extending this module
If you have ideas for other great browser related gulp pipe stops, feel free to raise an issue on GitHub.
### About the authors:
### Contributors
* [Phil Kunz](https://github.com/philkunz.com)
* [Steffan Donal](https://github.com/SteffanDonal)
### About the maintainer:
[![Project Phase](https://mediaserve.lossless.digital/lossless.com/img/createdby_github.svg)](https://lossless.com/)
[![PayPal](https://img.shields.io/badge/Support%20us-PayPal-blue.svg)](https://paypal.me/lossless)

View File

@ -1,6 +1,6 @@
{
"name": "gulp-browser",
"version": "2.1.0",
"version": "2.1.1",
"description": "browserify and other goodies for gulp",
"main": "dist/index.js",
"scripts": {