Skip to content

Commit 895b2a7

Browse files
kevmoomhevery
authored andcommitted
Format Dart code right after transform
Much easier to diagnose errors with pub build, analyzer, etc with formatted code Closes angular#742
1 parent fb49946 commit 895b2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,11 +527,11 @@ gulp.task('build.dart', function(done) {
527527
runSequence(
528528
['build/deps.js.dart2js', 'build/transpile.dart', 'build/html.dart'],
529529
'tests/transform.dart',
530+
'build/format.dart',
530531
'build/pubspec.dart',
531532
'build/multicopy.dart',
532533
'build/pubbuild.dart',
533534
'build/analyze.dart',
534-
'build/format.dart',
535535
done
536536
);
537537
});

0 commit comments

Comments
 (0)