angular-cn/tools/build/snippets/runtime_paths.js
Alex Eagle 3c77855b39 chore(build): Remove .es6 files which shadow .ts files.
This removes .es6 files which are pure duplicates of a
.ts file in the same folder.
Next we need to remove .js files as well, and remove karma preprocessors for dart.
2015-05-01 09:51:03 -07:00

8 lines
84 B
JavaScript

System.paths = {
'*': '/*.js',
'rx': 'rx.js'
};
register(System);
cjs(System);