vsc-material-theme/gulpfile.babel.js
2017-05-10 09:37:48 +02:00

9 lines
No EOL
175 B
JavaScript

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);