Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/telecta/gulpzilla-disc
- Owner: telecta
- Created: 2016-06-13T10:58:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T11:39:27.000Z (over 8 years ago)
- Last Synced: 2024-11-12T19:48:30.322Z (about 1 month ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 */
}
});
```