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

// Build
gulp.task('build', ['html', 'styles', 'vendor', 'browserify', 'images'], function() {

});