diff --git a/gulpfile.js b/gulpfile.js index a3132e239f..d1d07c3ef6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -417,6 +417,7 @@ gulp.task('test.unit.dart', ['build/tree.dart'], function (done) { watch('modules/angular2/**', function() { runSequence( '!build/tree.dart', + 'build/format.dart', '!test.unit.dart/karma-run' ); });