2014-12-05 19:26:30 -05:00
|
|
|
System.paths = {
|
|
|
|
'core/*': '/core/lib/*.js',
|
|
|
|
'change_detection/*': '/change_detection/lib/*.js',
|
|
|
|
'facade/*': '/facade/lib/*.js',
|
|
|
|
'di/*': '/di/lib/*.js',
|
2014-12-05 20:44:00 -05:00
|
|
|
'directives/*': '/directives/lib/*.js',
|
2014-12-05 19:26:30 -05: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',
|
|
|
|
'benchmarks/*': '/benchmarks/web/*.js',
|
|
|
|
'benchmarks_external/*': '/benchmarks_external/web/*.js',
|
|
|
|
};
|
2014-12-05 20:44:00 -05:00
|
|
|
register(System);
|