gulp-browser/README.md
2016-04-01 16:26:47 +02:00

1.9 KiB

gulp-browser

browserify and other goodies for gulp

Status

Build Status Dependency Status bitHound Dependencies bitHound Code Coverage Status

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

About the authors:

Project Phase

PayPal