test: cleanup rxjs custom build

The latest rxjs release works with closure compiler out of the box.
We no longer need to compile our own.

Also put closure options into a file rather than using a shell script.
This commit is contained in:
Alex Eagle
2017-05-03 10:45:45 -07:00
committed by Matias Niemelä
parent 7f9c589ba3
commit 5856298798
11 changed files with 50 additions and 151 deletions

View File

@ -32,13 +32,7 @@ Angular's `node_modules` is installed.
## Running integration tests
The first time you run the tests, you'll need some setup:
```shell
$ ./integration/build_rxjs_es6.sh
```
Now you can iterate on the tests by keeping the dist folder up-to-date.
You can iterate on the tests by keeping the dist folder up-to-date.
See the `package.json` of the test(s) you're debugging, to see which dist/ folders they install from.
Then run the right `tsc --watch` command to keep those dist folders up-to-date, for example: