Compare commits

...

4 Commits

Author SHA1 Message Date
80223dc038 2.1.2 2016-05-13 18:18:53 +00:00
7b1df4148d update README 2016-05-13 18:18:49 +00:00
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() { gulp.task('gulpBrowserTest',function() {
var stream = gulp.src('./test/*.js') var stream = gulp.src('./test/*.js')
.pipe(gulpBrowser.browserify()) .pipe(gulpBrowser.browserify(transforms)) // gulp.browserify() accepts an optional array of tansforms
.pipe(gulp.dest("./test/browserifiedJS/")); .pipe(gulp.dest("./test/browserifiedJS/"));
return stream; return stream;
}); });
@ -33,7 +33,11 @@ gulp-browser is meant to be easy:
### Extending this module ### Extending this module
If you have ideas for other great browser related gulp pipe stops, feel free to raise an issue on GitHub. 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/) [![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) [![PayPal](https://img.shields.io/badge/Support%20us-PayPal-blue.svg)](https://paypal.me/lossless)

View File

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