client/annotviz/gulp/tasks/default.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');

// Default task
gulp.task('default', ['clean'], function () {
    gulp.start('dev');
});