0.1.0 • Published 9 years ago

gulp-browserify-wrap v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

gulp-browserify-wrap

Disclaimer This plugin is still in an alpha stage. Please be patient as bugs are discovered and resolved and features are added. I will also be adding tests to ensure that this plugin will always work with all browserify transforms and conforms to the standard that is expected of gulp plugins. I encourage you to help me with this by adding your own test cases and submitting a pull request.

Build Status Dependency Status devDependency Status

Gulp plugin that allows the use of browserify transforms in a gulp pipeline.

Installation

gulp-browserify-wrap

Usage

var wrap = require('gulp-browserify-wrap');
var browserifyTransform = require('some-browserify-transform');

gulp.src('...')
	.pipe(wrap(browserifyTransform()))
	.pipe(gulp.dest('...'));

License

MIT

Requested features

  • A lot more tests
  • Support for sourcemaps