client/annotviz/gulp/tasks/dev.js
author rougeronj
Thu, 22 Jan 2015 16:16:54 +0100
changeset 123 d8ef840eaf68
parent 85 eff9460bd4f2
permissions -rw-r--r--
get the correct json category depending on the timestamp

'use strict';

var gulp = require('gulp');

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