blob: 7c5056db8f9ee2fdf2f80433b75eee457e6929ce [file] [log] [blame]
import gulp from 'gulp';
import * as Tasks from './gulp-tasks/';
gulp.task('build', ['bundle-css', 'bundle-vendor', 'bundle-js']);
gulp.task('tests', ['test']);
gulp.task('default', function() {
// Do stuff
});