0.2.2 • Published 9 years ago

gulp-bandolero v0.2.2

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

Gulp-bandolero.js

gulp-bandolero is deprecated after esperanto. Please consider using another module like gulp-rollup for bundling your modules

Another gulp plugin for resolving dependencies.

This one is just wrap around esperanto.

The idea is pretty simple: you write your modules using cool ECMAScript6 module syntax straight from the future, this little guy right there compiles it all to a single file module compatible with both CommonJS and AMD.

Like so:

var gulp   = require('gulp'),
    bundle = require('gulp-bandolero');

gulp.task('js:build', function () {
    gulp.src('src/index.js')
        .pipe(bundle({name: 'steve'}))
        .pipe(gulp.dest('dst/'));
});

That's typeof it :smirk:

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago