gulp-jossy
v1.0.4
Published
gulp plugin for Jossy bundler
Downloads
3
Readme
gulp-jossy
gulp plugin for Jossy bundler
Issues with the output should be reported on the Jossy issue tracker.
Install
$ npm install --save gulp-jossy
Usage
const gulp = require('gulp');
const jossy = require('gulp-jossy');
gulp.task('build', () => {
return gulp.src('./sources/*.js')
.pipe(jossy())
.pipe(gulp.dest('./public/js'));
});
API
jossy([options])
options
See the Jossy options