vsc-material-theme/gulpfile.babel.js

9 lines
175 B
JavaScript
Raw Normal View History

2017-02-04 11:42:25 +01:00
import gulp from 'gulp';
import gulpStats from 'gulp-stats';
import tasks from './.gulp';
// Use gulp-stats
gulpStats(gulp);
// set default task
gulp.task('default', tasks);