From 98a61bee85af20f2c6c7bb0e144b9d0a06697f37 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 7 Jun 2017 14:34:18 +0200 Subject: Use bundle version of Rxjs. --- webapp/gulp.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/gulp.conf.js') diff --git a/webapp/gulp.conf.js b/webapp/gulp.conf.js index 0de52f9..0529c02 100644 --- a/webapp/gulp.conf.js +++ b/webapp/gulp.conf.js @@ -10,7 +10,7 @@ module.exports = { node_modules_libs: [ 'core-js/client/shim.min.js', 'reflect-metadata/Reflect.js', - 'rxjs/**/*.js', + 'rxjs-system-bundle/*.min.js', 'socket.io-client/dist/socket.io*.js', 'systemjs/dist/system-polyfills.js', 'systemjs/dist/system.src.js', -- cgit 1.2.3-korg