Go to file
2016-04-01 14:00:09 +00:00
dist now handling empty files alright and handling errors better. fixes #48 2016-04-01 13:56:35 +00:00
test now handling empty files alright and handling errors better. fixes #48 2016-04-01 13:56:35 +00:00
ts remove ol tsd.json, now using typings with npmts 2016-04-01 14:00:09 +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 bump timeout time for travis 2016-02-01 03:55:50 +01: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 1.2.0 2016-04-01 13:56:51 +00:00
README.md update reamde 2016-02-26 17:59:16 +01:00

gulp-browser

browserify and other goodies for gulp

Build Status/Dependencies

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

Gitter