client/annotviz/gulp/tasks/build.js
author rougeronj
Thu, 16 Apr 2015 11:09:13 +0200
changeset 151 8468703ef93c
parent 85 eff9460bd4f2
permissions -rw-r--r--
update pianoroll static template on server

'use strict';

var gulp = require('gulp');

// Build
gulp.task('build', ['html', 'styles', 'vendor', 'browserify', 'images'], function() {

});