1.5.1 • Published 9 years ago

openmusic-demo-gulp-tasks v1.5.1

Weekly downloads
3
License
Apache 2
Repository
github
Last release
9 years ago

demo-gulp-tasks

Gulp tasks for building the demos in OpenMusic

Install with NPM

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)