gulp-peaches

0.2.2 • Public • Published

gulp-peaches

Peaches plugin for gulp.

Install

$ npm install gulp-peaches

Usage

var peaches = require('gulp-peaches');
var options = {};
 
gulp.task('peaches', function() {
  gulp.src('./src/*.css')
    .pipe(peaches(options))
    .pipe(gulp.dest('./build/'))
});

Options

  • server, server option, will pass through to peaches
  • clean, clean tmp folder after peaches is done, default false

LISENCE

(MIT License)

Copyright (c) 2014 ChenCheng sorrycc@gmail.com

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.2
    1
  • 0.2.1
    0
  • 0.2.0
    0
  • 0.1.2
    0
  • 0.1.1
    0

Package Sidebar

Install

npm i gulp-peaches

Weekly Downloads

1

Version

0.2.2

License

MIT

Last publish

Collaborators

  • sorrycc