refactor(benchmarks): rename paths.js into register_system.js to match other benchmarks

This commit is contained in:
vsavkin 2014-11-24 18:16:50 -08:00
parent bfd3c2d5a9
commit 9466592ca6
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ module.exports = function(config) {
{src: '/js/traceur-runtime.js'},
{src: '/js/es6-module-loader-sans-promises.src.js'},
{src: '/js/extension-register.js'},
{src: 'paths.js'},
{src: 'register_system.js'},
{src: 'https://ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.js'},
{src: 'benchmark.js'}
]

View File

@ -5,6 +5,7 @@ System.paths = {
'di/*': '/js/di/lib/*.js',
'rtts_assert/*': '/js/rtts_assert/lib/*.js',
'test_lib/*': '/js/test_lib/lib/*.js',
'benchmarks/*': '/js/benchmarks/lib/*.js'
'benchmarks/*': '/js/benchmarks/lib/*.js',
'reflection/*': '/js/reflection/lib/*.js'
};
register(System);