UNPKG

master-room

Version:
12 lines (7 loc) 143 B
'use strict'; gulp.task('watch.src', cb => { plugins.watch(config.js.src, function() { gulp.start('change'); }); cb(); });