UNPKG

testimonial

Version:
7 lines (5 loc) 154 B
var gulp = require('gulp'); var runSequence = require('run-sequence'); gulp.task('watch', function() { return gulp.watch('src/**/*.*', ['build']); });