gulp-cortex-html-sauce

0.1.1 • Public • Published

gulp-cortex-html-sauce NPM version Build Status Dependency Status

Install

$ npm install gulp-cortex-html-sauce --save

Usage

var sauce = require('gulp-cortex-html-sauce);
 
gulp.src("*.html")
  .pipe(sauce({
      base: './dist' // base dir of output files, if ignores, file.path will be used
  }))
  .pipe(gulp.dest('./dist'))

Licence

MIT

Package Sidebar

Install

npm i gulp-cortex-html-sauce

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • villadora