refactor(http): move http files to top-level module
Closes #2680 Closes #3417
This commit is contained in:
@ -19,6 +19,7 @@ System.paths = {
|
||||
'*': './*.js',
|
||||
'benchpress/*': 'dist/js/dev/es5/benchpress/*.js',
|
||||
'angular2/*': 'dist/js/dev/es5/angular2/*.js',
|
||||
'http/*': 'dist/js/dev/es5/http/*.js',
|
||||
'rtts_assert/*': 'dist/js/dev/es5/rtts_assert/*.js',
|
||||
'rx': 'node_modules/rx/dist/rx.js'
|
||||
};
|
||||
|
Reference in New Issue
Block a user