From f74d7727ca3d0447e447fb922728eecd118ee495 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Wed, 3 Jun 2015 15:02:59 -0700 Subject: [PATCH] fix(build): remove nonexistant dart format task from gulpfile --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c846970124..1819a96f29 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -597,7 +597,6 @@ gulp.task('build/packages.dart', function(done) { '!build/pubget.angular2.dart', '!build/change_detect.dart', 'build/pure-packages.dart', - 'build/format.dart', sequenceComplete(done)); });