1.0.4 • Published 6 years ago

gulp-jossy v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago