gulp-browserify-wrap
v0.1.0
Published
Gulp plugin that allows the use of browserify transforms in a gulp pipeline
Downloads
3
Maintainers
Readme
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.
Gulp plugin that allows the use of browserify transforms in a gulp pipeline.
Installation
Usage
var wrap = require('gulp-browserify-wrap');
var browserifyTransform = require('some-browserify-transform');
gulp.src('...')
.pipe(wrap(browserifyTransform()))
.pipe(gulp.dest('...'));
License
Requested features
- A lot more tests
- Support for sourcemaps