client/annotviz/gulp/tasks/build.js
author rougeronj
Fri, 23 Jan 2015 00:43:54 +0100
changeset 128 9f2334598088
parent 85 eff9460bd4f2
permissions -rw-r--r--
add archive variable to desactivate the socket listening for the static timeLines

'use strict';

var gulp = require('gulp');

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

});