openmusic-demo-gulp-tasks
v1.5.1
Published
Tasks for building the OpenMusic demos, using Gulp
Downloads
8
Readme
demo-gulp-tasks
Gulp tasks for building the demos in OpenMusic
This is probably super specific to this use case, but hey.
Usage
Install first: npm install demo-gulp-tasks
.
Then you can use it in your gulpfile.js
:
var gulp = require('gulp');
require('demo-gulp-tasks')(gulp);
Available tasks
- build (runs build-data, build-html and build-js)
- build-data
- build-html
- build-js
- watch
- default (build and watch)