Skip to content

rifler/gulp-jossy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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