4.0.2 • Published 7 years ago

gulpzilla-disc v4.0.2

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

gulpzilla-disc

This adds 1 gulp command to gulpzilla:

  1. gulp disc

Install

$ npm install --save-dev gulpzilla-disc

Configuration

In gulpfile.js:

const gulp = gulpzilla({
  disc: {
    outputPath: __dirname + '/disc.html' /* the output file path */
  }
});