client/annotviz/gulp/tasks/build.js
author rougeronj
Thu, 16 Apr 2015 11:08:05 +0200
changeset 150 c8fe9606d967
parent 85 eff9460bd4f2
permissions -rw-r--r--
add temporary timeCode on doubleroll and copy change to server

'use strict';

var gulp = require('gulp');

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

});