'use strict'; var gulp = require('gulp'); // Build gulp.task('build', ['html', 'styles', 'vendor', 'browserify', 'images'], function() { });