client/annotviz/gulp/tasks/dev.js
author rougeronj
Fri, 23 Jan 2015 23:19:45 +0100
changeset 142 e424eed32f72
parent 85 eff9460bd4f2
permissions -rw-r--r--
Add correct options to annotviz.html fo 3rd day and gulp dist server

'use strict';

var gulp = require('gulp');

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