Skip to content

Commit f74d772

Browse files
committed
fix(build): remove nonexistant dart format task from gulpfile
1 parent 3baf815 commit f74d772

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ gulp.task('build/packages.dart', function(done) {
597597
'!build/pubget.angular2.dart',
598598
'!build/change_detect.dart',
599599
'build/pure-packages.dart',
600-
'build/format.dart',
601600
sequenceComplete(done));
602601
});
603602

0 commit comments

Comments
 (0)