openmusic-demo-gulp-tasks

Tasks for building the OpenMusic demos, using Gulp

Usage no npm install needed!

<script type="module">
  import openmusicDemoGulpTasks from 'https://cdn.skypack.dev/openmusic-demo-gulp-tasks';
</script>

README

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)