default.js 71 B

123
  1. var gulp = require('gulp');
  2. gulp.task('default', ['build', 'watch']);