chore(img): add worker comments and watch task

This commit is contained in:
Adam Bradley
2016-12-09 12:00:31 -06:00
parent 76ff421d6e
commit f051bba390
3 changed files with 50 additions and 5 deletions

View File

@ -204,6 +204,10 @@ task('e2e.watch', ['e2e'], function () {
watch('src/components/*/test/**/*', function (file) {
start('e2e.build');
});
watch('scripts/workers/**/*', function (file) {
start('e2e.workers');
});
});
function watchTask(task) {