Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 923a215

Browse files
Updating to v2.3.12
1 parent b4fd1e8 commit 923a215

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,14 @@ You can find the documentation [here](https://github.com/Reactive-Extensions/RxJ
257257

258258
There are a number of ways to get started with RxJS. The files are available on [cdnjs](http://cdnjs.com/libraries/rxjs/) and [jsDelivr](http://www.jsdelivr.com/#!rxjs).
259259

260+
### Custom Builds
261+
262+
You can use the [`rx-cli`](https://www.npmjs.org/package/rx-cli) to perform custom builds to create the RxJS you want:
263+
264+
```bash
265+
rx --lite --compat --methods select,selectmany,takeuntil,fromevent
266+
```
267+
260268
### Download the Source
261269

262270
```bash

0 commit comments

Comments
 (0)