0.2.0 • Published 10 years ago

gulp-bailey v0.2.0

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

gulp-bailey

Build Status This gulp-plugin compiles bailey.js to javascript.

Install

$ npm install --save-dev gulp-bailey

Usage

var bailey = require('gulp-bailey');

gulp.task('default', function() {
  gulp.src('src/*.bs')
    .pipe(bailey())
    .pipe(gulp.dest('dist/'))
});

Options

bare - boolean

This will make the Javascript file without the wrapper function.

node - boolean

This will result in a version with node imports instead of requirejs-imports

removeComments - boolean

This will remove all comments in the compiled version.

License

MIT © Rolf Erik Lekang