X Tutup
Skip to content

Commit 42b74f5

Browse files
pkozlowski-opensourceIgorMinar
authored andcommitted
chore(bundles): use RxJS bundles
1 parent 77b7cae commit 42b74f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/broccoli/html-replace/SCRIPTS.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<script src="/bundle/angular2.dev.js"></script>
2121
<script src="/bundle/http.js"></script>
2222
<script src="/bundle/router.dev.js"></script>
23+
<script src="/rxjs/bundles/Rx.js"></script>
2324
<script>
2425
window.angularDevMode = true;
2526
var filename = '@@PATH/@@FILENAME';

tools/broccoli/html-replace/SCRIPTS_benchmarks.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
</script>
2020
<script src="/bundle/angular2-polyfills.js"></script>
2121
<script src="/bundle/angular2.dev.js"></script>
22+
<script src="/rxjs/bundles/Rx.js"></script>
2223
<script>
2324
var filename = '@@PATH/@@FILENAME';
2425
System.import(filename).then(function(m) { m.main(); }, console.error.bind(console));

0 commit comments

Comments
 (0)
X Tutup