blob: 24327e0b58a69345e43ff0b3634939153cb07b79 [file] [log] [blame]
import gulp from 'gulp';
import * as Tasks from './gulp-tasks/';
gulp.task('build', ['bower', 'bundle-css', 'bundle-js']);
gulp.task('tests', ['bower', 'test']);
gulp.task('default', ['bundle-js', 'serve', 'watch-js']);