client/annotviz/gulp/tasks/build.js
author rougeronj
Fri, 16 Jan 2015 22:09:56 +0100
changeset 91 09a9074ea7b0
parent 85 eff9460bd4f2
permissions -rw-r--r--
Add general View fonction for main representation

'use strict';

var gulp = require('gulp');

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

});