chore: disable dart for HTTP package

BREAKING CHANGE

Stop supporting http module in Dart. This is because Dart has a
well developed http package which should be used by Dart
customers instead.
This commit is contained in:
Misko Hevery
2015-08-12 13:03:28 -07:00
parent 38945955ab
commit 284dc67076
15 changed files with 2137 additions and 1968 deletions

View File

@ -621,7 +621,7 @@ gulp.task('test.unit.dart', function (done) {
return;
}
watch(['modules/angular2/**', 'modules/http/**'], { ignoreInitial: true }, [
watch(['modules/angular2/**'], { ignoreInitial: true }, [
'!build/tree.dart',
'!test.unit.dart/karma-run'
]);