Go to file
2016-04-05 00:18:31 +02:00
dist update main module export 2016-04-01 14:11:23 +00:00
test update deps 2016-04-04 23:05:54 +02:00
ts update main module export 2016-04-01 14:11:23 +00:00
.gitignore update deps 2016-02-26 17:57:53 +01:00
.npmignore cleanup 2016-02-09 17:06:26 +01:00
.travis.yml update travis.yml 2016-04-01 14:14:42 +00:00
LICENSE Initial commit 2015-10-24 16:32:34 +02:00
npmts.json now running coverage 2016-02-09 16:39:36 +01:00
package.json 2.0.0 2016-04-05 00:18:31 +02:00
README.md update readme 2016-04-02 23:06:11 +02:00

gulp-browser

browserify and other goodies for gulp

Status

Build Status Dependency Status bitHound Dependencies bitHound Code codecov.io

Usage

gulp-browser is meant to be easy:

Browserify:

    var gulp = require("gulp");
    var gulpBrowser = require("gulp-browser");
    
    gulp.task('gulpBrowserTest',function() {
        var stream = gulp.src('./test/*.js')
            .pipe(gulpBrowser.browserify())
            .pipe(gulp.dest("./test/browserifiedJS/"));
        return stream;
    });

Note: Be aware of how gulp.src creates values of file.base and file.path since that is important to the require statements.

Dev Information:

devDependency Status bitHound Dev Dependencies

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:

Project Phase

PayPal