Go to file
2016-02-02 15:23:25 +01:00
test switch to gulpFunction 2016-02-01 03:38:58 +01:00
ts bump timeout time for travis 2016-02-01 03:55:50 +01:00
.gitignore clean up 2016-02-01 02:28:43 +01:00
.npmignore updated to use npmts, removed pushrocks dependency, bumped version major 2016-01-25 00:42:11 +01:00
.travis.yml bump timeout time for travis 2016-02-01 03:55:50 +01:00
index.d.ts update npmts and switch to npmts version 2.x.x 2016-02-01 00:04:05 +01:00
index.js merge PR 2016-02-01 00:07:53 +01:00
LICENSE Initial commit 2015-10-24 16:32:34 +02:00
package.json updated deps 2016-02-02 15:23:25 +01:00
README.md add About to Readme 2016-01-25 05:09:24 +01:00

gulp-browser

browserify and other goodies for gulp

Build Status/Dependencies

Build Status Dependency Status bitHound Dependencies bitHound Code

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

Gitter