gulp-balmung

0.0.0 • Public • Published

gulp-balmung

gulp plugin to run balmung image optimizer.

Usage

First, install gulp-balmung as a development dependency:

npm install --save-dev gulp-balmung

Then, add it to your gulpfile.js:

var balmung = require("gulp-balmung");

gulp.task('balmung', function() {
  return balmung({
    config: {
        src: 'content/images',
        dst: 'output/images'
    }
  });
});

API

balmung(options)

options.config

Type: Object

See the balmung configuration.

License

MIT License

/gulp-balmung/

    Package Sidebar

    Install

    npm i gulp-balmung

    Weekly Downloads

    2

    Version

    0.0.0

    License

    MIT

    Last publish

    Collaborators

    • hakashun