in both watch and build tasks, out of box generated tasks looks like: ``` gulp.task('build', ['html', 'buildBundle', 'images', 'fonts', 'extras'], function() { ```