gulp-jossy

1.0.4 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    2
    • latest

Version History

Package Sidebar

Install

npm i gulp-jossy

Weekly Downloads

6

Version

1.0.4

License

ISC

Unpacked Size

2.63 kB

Total Files

5

Last publish

Collaborators

  • rifler