0.0.0 • Published 9 years ago

gulp-balmung v0.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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