angular-cn/scripts
George Kalpakas ddb792da28 build: remove unnecessary `internal-angular` karma reporter (#24803)
The reporter was added in 87d56acda, with the purpose of fixing
source-map paths (which was apparently needed back then). Things have
moved around a lot since then and the custom reporter doesn't seem to be
necessary any more. By removing the reporter, we have one less thing to
worry about while upgrading karma; plus we get improvements in built-in
reporters for free.

Output with the custom reporter:
```
at someMethod (packages/core/.../some-file.ts:13:37)
```

Output with the built-in reporter:
```
at someMethod (packages/core/.../some-file.ts:13.37 <- dist/all/@angular/core/.../some-file.js:1:337)
```

PR Close #24803
2018-07-09 15:10:49 -07:00
..
browserstack ci: clean up CI logging, folding, add build time logging, and improve error handling (#14425) 2017-03-02 00:22:24 -08:00
ci build: remove unnecessary `internal-angular` karma reporter (#24803) 2018-07-09 15:10:49 -07:00
git refactor: add a commit-msg git hook to check commit messages (#22969) 2018-03-26 18:34:31 -04:00
github ci: scripts to review PRs locally (#24623) 2018-06-25 08:45:12 -07:00
jenkins fix(build): make perf tests work again 2015-02-27 15:22:19 -08:00
release build: replace the old publish script with a new bazel-based one 2018-05-10 23:01:22 -07:00
sauce build: switch from npm to yarn (#19328) 2017-09-22 13:20:52 -07:00
windows build: update Windows symlink scripts (#16761) 2017-11-02 16:05:13 -07:00
build-packages-dist.sh ci(ivy): configure CI environments for Ivy JIT and AOT (#24309) 2018-06-08 13:34:27 -07:00