blob: 51aead1569825a07da294c4ca00072127b95aafa [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', 'bundle-css', 'serve', 'watch-js', 'watch-css']);