refactor(http): move http files to top-level module

Closes #2680
Closes #3417
This commit is contained in:
Jeff Cross
2015-07-28 13:10:25 -07:00
parent 2374e16104
commit 5a405011de
53 changed files with 280 additions and 156 deletions

View File

@ -53,3 +53,4 @@ function publishModule {
publishRttsAssert
publishModule angular2
publishModule benchpress
publishModule http

View File

@ -33,9 +33,9 @@ function publishModule {
node scripts/publish/pubspec_cleaner.js --pubspec-file=$PUBLISH_DIR/pubspec.yaml
if [[ "$DRY_RUN" == "false" ]]; then
(cd $PUBLISH_DIR && pub publish -f)
fi;
#if [[ "$DRY_RUN" == "false" ]]; then
# (cd $PUBLISH_DIR && pub publish -f)
#fi;
}
publishModule angular2