client/annotviz/gulp/tasks/default.js
author rougeronj
Thu, 22 Jan 2015 10:30:36 +0100
changeset 114 9fcb0e0991ed
parent 85 eff9460bd4f2
permissions -rw-r--r--
Add 1 hour to annot timsetamp to catch up the current time

'use strict';

var gulp = require('gulp');

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