Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/telecta/gulpzilla-disc

disc setup for gulpzilla
https://github.com/telecta/gulpzilla-disc

Last synced: 20 days ago
JSON representation

disc setup for gulpzilla

Awesome Lists containing this project

README

        

# gulpzilla-disc

This adds 1 gulp command to [gulpzilla](https://github.com/blacktangent/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 */
}
});
```