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

// Dev Server
gulp.task('dev', ['html', 'styles', 'vendor', 'browserify', 'images', 'watch']);