client/annotviz/gulp/tasks/build.js
author rougeronj
Thu, 16 Apr 2015 11:09:46 +0200
changeset 152 f0e12afcfba1
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() {

});