client/annotviz/gulp/tasks/build.js
author rougeronj
Fri, 23 Jan 2015 23:21:01 +0100
changeset 143 95104e98d78d
parent 85 eff9460bd4f2
permissions -rw-r--r--
clean console.log

'use strict';

var gulp = require('gulp');

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

});