2014-12-05 16:26:30 -08:00
|
|
|
System.paths = {
|
|
|
|
'core/*': '/core/lib/*.js',
|
|
|
|
'change_detection/*': '/change_detection/lib/*.js',
|
|
|
|
'facade/*': '/facade/lib/*.js',
|
|
|
|
'di/*': '/di/lib/*.js',
|
2014-12-05 17:44:00 -08:00
|
|
|
'directives/*': '/directives/lib/*.js',
|
2014-12-05 16:26:30 -08:00
|
|
|
'rtts_assert/*': '/rtts_assert/lib/*.js',
|
|
|
|
'test_lib/*': '/test_lib/lib/*.js',
|
|
|
|
'reflection/*': '/reflection/lib/*.js',
|
|
|
|
'benchpress/*': '/benchpress/lib/*.js',
|
|
|
|
'examples/*': '/examples/web/*.js',
|
2015-01-09 18:00:04 -08:00
|
|
|
'e2e_test_lib/*': '/e2e_test_lib/lib/*.js',
|
2014-12-05 16:26:30 -08:00
|
|
|
'benchmarks/*': '/benchmarks/web/*.js',
|
|
|
|
'benchmarks_external/*': '/benchmarks_external/web/*.js',
|
|
|
|
};
|
2014-12-05 17:44:00 -08:00
|
|
|
register(System);
|